File tree 3 files changed +445
-1
lines changed
3 files changed +445
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ install:
54
54
- php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
55
55
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
56
56
- php composer.phar update --no-progress --ansi
57
- - php phpunit install
57
+ - copy /Y simple-phpunit.php vendor\symfony\phpunit-bridge\bin\simple-phpunit.php
58
+ - where php
59
+ - php -dmax_execution_time=30 phpunit install && echo 234
60
+ - echo Rocknroll2
58
61
59
62
test_script :
60
63
- SET X=0
Original file line number Diff line number Diff line change @@ -26,3 +26,6 @@ if (getcwd() === realpath(__DIR__.'/src/Symfony/Bridge/PhpUnit')) {
26
26
}
27
27
putenv ('SYMFONY_PHPUNIT_DIR= ' .__DIR__ .'/.phpunit ' );
28
28
require __DIR__ .'/vendor/symfony/phpunit-bridge/bin/simple-phpunit ' ;
29
+ echo 123 ;
30
+ throw new \Exception ('boom ' );
31
+ exit (123 );
You can’t perform that action at this time.
0 commit comments