Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b68ed2

Browse files
Debug appveyor
1 parent af881a9 commit 9b68ed2

File tree

3 files changed

+445
-1
lines changed

3 files changed

+445
-1
lines changed

.appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ install:
5454
- php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
5555
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
5656
- 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
5861

5962
test_script:
6063
- SET X=0

phpunit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ if (getcwd() === realpath(__DIR__.'/src/Symfony/Bridge/PhpUnit')) {
2626
}
2727
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
2828
require __DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit';
29+
echo 123;
30+
throw new \Exception('boom');
31+
exit(123);

0 commit comments

Comments
 (0)