File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
tests/end-to-end/regression Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ --TEST--
2+ https://github.com/sebastianbergmann/phpunit/issues/5192
3+ --FILE--
4+ <?php declare (strict_types=1 );
5+ $ _SERVER ['argv ' ][] = '--do-not-cache-result ' ;
6+ $ _SERVER ['argv ' ][] = '--configuration ' ;
7+ $ _SERVER ['argv ' ][] = __DIR__ . '/5192/phpunit.xml ' ;
8+
9+ require_once __DIR__ . '/../../bootstrap.php ' ;
10+ PHPUnit \TextUI \Command::main ();
11+ --EXPECTF --
12+ PHPUnit %s by Sebastian Bergmann and contributors.
13+
14+ No tests executed!
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" ../../../../phpunit.xsd"
4+ >
5+ <testsuites >
6+ <testsuite name =" default" >
7+ <directory >tests</directory >
8+ </testsuite >
9+ </testsuites >
10+ </phpunit >
You can’t perform that action at this time.
0 commit comments