File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 " @php vendor/bin/testbench serve --ansi"
5252 ],
5353 "build" : " @php vendor/bin/testbench workbench:build --ansi" ,
54- "test" : " composer test-mssql && composer test-mysql && composer test-pgsql && composer test-sqlite" ,
55- "test-all" : " composer test-mssql && composer test-mysql && composer test-pgsql && composer test-sqlite" ,
54+ "test" : [
55+ " Composer\\ Config::disableProcessTimeout" ,
56+ " @test-mssql" ,
57+ " @test-mysql" ,
58+ " @test-pgsql" ,
59+ " @test-sqlite"
60+ ],
61+ "test-all" : [
62+ " Composer\\ Config::disableProcessTimeout" ,
63+ " @test-mssql" ,
64+ " @test-mysql" ,
65+ " @test-pgsql" ,
66+ " @test-sqlite"
67+ ],
5668 "test-mssql" : " vendor/bin/phpunit --testdox --configuration=phpunit-mssql.xml" ,
5769 "test-mysql" : " vendor/bin/phpunit --testdox --configuration=phpunit-mysql.xml" ,
5870 "test-pgsql" : " vendor/bin/phpunit --testdox --configuration=phpunit-pgsql.xml" ,
You can’t perform that action at this time.
0 commit comments