File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4949 "spouts\\ " : " src/spouts/" ,
5050 "Selfoss\\ " : " src/" ,
5151 "Tests\\ " : " tests/"
52- }
52+ },
53+ "files" : [
54+ " src/constants.php"
55+ ]
5356 },
5457 "config" : {
5558 "platform" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ parameters:
99 - run.php
1010
1111 bootstrapFiles :
12- - src/constants.php
1312 - vendor/bin/.phpunit/phpunit/vendor/autoload.php
1413
1514 stubFiles :
Original file line number Diff line number Diff line change 2020use Symfony \Component \Cache \Psr16Cache ;
2121use Tracy \Debugger ;
2222
23- require __DIR__ . '/constants.php ' ;
24-
2523function boot_error (string $ message ): never {
2624 http_response_code (500 );
2725 header ('Content-Type: text/plain ' );
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- require __DIR__ . '/../src/constants.php ' ;
65require __DIR__ . '/../vendor/autoload.php ' ;
76
87date_default_timezone_set ('UTC ' );
You can’t perform that action at this time.
0 commit comments