File tree Expand file tree Collapse file tree 6 files changed +4
-122
lines changed
end-to-end/regression/GitHub Expand file tree Collapse file tree 6 files changed +4
-122
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245
245
with :
246
246
java-version : 1.8
247
247
248
- - name : Run regular unit tests with unscoped PHAR
248
+ - name : Run regular test suite with unscoped PHAR
249
249
run : ant run-regular-tests-with-unscoped-phar
250
250
251
251
- name : Run PHAR-specific end-to-end tests with scoped PHAR
Original file line number Diff line number Diff line change 437
437
<arg value =" --output" />
438
438
<arg path =" ${ basedir } /tests/autoload.php" />
439
439
<arg path =" ${ basedir } /tests/_files" />
440
+ <arg path =" ${ basedir } /tests/end-to-end/_files" />
440
441
<arg path =" ${ basedir } /tests/end-to-end/execution-order/_files" />
441
442
<arg path =" ${ basedir } /tests/unit" />
442
443
</exec >
443
444
444
445
<delete dir =" ${ basedir } /vendor" />
445
446
<delete file =" ${ basedir } /composer.lock" />
446
447
447
- <exec executable =" ${ basedir } /build/artifacts/phpunit-snapshot.phar" taskname =" phpunit" failonerror =" true" >
448
- <arg value =" --testsuite" />
449
- <arg value =" unit" />
450
- </exec >
448
+ <exec executable =" ${ basedir } /build/artifacts/phpunit-snapshot.phar" taskname =" phpunit" failonerror =" true" />
451
449
452
450
<delete file =" ${ basedir } /tests/autoload.php" />
453
451
</target >
Original file line number Diff line number Diff line change 27
27
28
28
if (file_exists (__DIR__ . '/autoload.php ' )) {
29
29
if (!defined ('__PHPUNIT_PHAR__ ' )) {
30
- define ( ' __PHPUNIT_PHAR__ ' , realpath ( $ _SERVER [ ' _ ' ])) ;
30
+ require_once __DIR__ . ' /../build/artifacts/phpunit-snapshot.phar ' ;
31
31
}
32
32
33
33
require_once __DIR__ . '/autoload.php ' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments