aswi2020sebela-gitlab/website/bin/phpunit @ 1752e732
1 | ea92a5e5 | vastja | #!/usr/bin/env php |
---|---|---|---|
2 | <?php
|
||
3 | |||
4 | if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php')) { |
||
5 | echo "Unable to find the `simple-phpunit.php` script in `vendor/symfony/phpunit-bridge/bin/`.\n"; |
||
6 | exit(1); |
||
7 | }
|
||
8 | |||
9 | if (false === getenv('SYMFONY_PHPUNIT_DIR')) { |
||
10 | putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit'); |
||
11 | }
|
||
12 | |||
13 | require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php'; |