File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "behat_ibexa_commerce.yaml" : " behat_ibexa_commerce.yaml"
1212 },
1313 "copy-from-recipe" : {
14- "config/" : " %CONFIG_DIR%/"
14+ "config/" : " %CONFIG_DIR%/" ,
15+ "tests/" : " tests/"
1516 }
1617}
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ declare (strict_types=1 );
4+
5+ use Symfony \Component \Dotenv \Dotenv ;
6+
7+ require_once dirname (__DIR__ ) . '/vendor/autoload.php ' ;
8+
9+ if (method_exists (Dotenv::class, 'bootEnv ' )) {
10+ (new Dotenv ())->bootEnv (dirname (__DIR__ ) . '/.env ' );
11+ }
12+
13+ if ($ _SERVER ['APP_DEBUG ' ]) {
14+ umask (0000 );
15+ }
Original file line number Diff line number Diff line change 1111 "behat_ibexa_commerce.yaml" : " behat_ibexa_commerce.yaml"
1212 },
1313 "copy-from-recipe" : {
14- "config/" : " %CONFIG_DIR%/"
14+ "config/" : " %CONFIG_DIR%/" ,
15+ "tests/" : " tests/"
1516 }
1617}
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ declare (strict_types=1 );
4+
5+ use Symfony \Component \Dotenv \Dotenv ;
6+
7+ require_once dirname (__DIR__ ) . '/vendor/autoload.php ' ;
8+
9+ if (method_exists (Dotenv::class, 'bootEnv ' )) {
10+ (new Dotenv ())->bootEnv (dirname (__DIR__ ) . '/.env ' );
11+ }
12+
13+ if ($ _SERVER ['APP_DEBUG ' ]) {
14+ umask (0000 );
15+ }
You can’t perform that action at this time.
0 commit comments