File tree Expand file tree Collapse file tree 11 files changed +1
-90
lines changed
_files/invalid-coverage-metadata Expand file tree Collapse file tree 11 files changed +1
-90
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
16
16
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-class-using-attribute/src ' ;
17
17
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
18
18
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-class-using-attribute/tests ' ;
19
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
20
- $ _SERVER ['argv ' ][] = __DIR__ . '/ignore-class-using-attribute/cache ' ;
21
19
22
20
require_once __DIR__ . '/../../bootstrap.php ' ;
23
21
24
22
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
25
- --CLEAN --
26
- <?php declare (strict_types=1 );
27
- require __DIR__ . '/../../_files/delete_directory.php ' ;
28
-
29
- delete_directory (__DIR__ . '/ignore-class-using-attribute/cache ' );
30
23
--EXPECTF --
31
24
PHPUnit %s by Sebastian Bergmann and contributors.
32
25
Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ $_SERVER['argv'][] = '--coverage-filter';
15
15
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-class-using-attribute/src ' ;
16
16
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
17
17
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-class-using-attribute/tests ' ;
18
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
19
- $ _SERVER ['argv ' ][] = __DIR__ . '/ignore-class-using-attribute/cache ' ;
20
18
21
19
require_once __DIR__ . '/../../bootstrap.php ' ;
22
20
23
21
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
24
- --CLEAN --
25
- <?php declare (strict_types=1 );
26
- require __DIR__ . '/../../_files/delete_directory.php ' ;
27
-
28
- delete_directory (__DIR__ . '/ignore-class-using-attribute/cache ' );
29
22
--EXPECTF --
30
23
PHPUnit %s by Sebastian Bergmann and contributors.
31
24
Original file line number Diff line number Diff line change @@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
16
16
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-function-using-attribute/src ' ;
17
17
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
18
18
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-function-using-attribute/tests ' ;
19
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
20
- $ _SERVER ['argv ' ][] = __DIR__ . '/ignore-function-using-attribute/cache ' ;
21
19
22
20
require_once __DIR__ . '/../../bootstrap.php ' ;
23
21
24
22
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
25
- --CLEAN --
26
- <?php declare (strict_types=1 );
27
- require __DIR__ . '/../../_files/delete_directory.php ' ;
28
-
29
- delete_directory (__DIR__ . '/ignore-function-using-attribute/cache ' );
30
23
--EXPECTF --
31
24
PHPUnit %s by Sebastian Bergmann and contributors.
32
25
Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ $_SERVER['argv'][] = '--coverage-filter';
15
15
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-function-using-attribute/src ' ;
16
16
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
17
17
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-function-using-attribute/tests ' ;
18
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
19
- $ _SERVER ['argv ' ][] = __DIR__ . '/ignore-function-using-attribute/cache ' ;
20
18
21
19
require_once __DIR__ . '/../../bootstrap.php ' ;
22
20
23
21
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
24
- --CLEAN --
25
- <?php declare (strict_types=1 );
26
- require __DIR__ . '/../../_files/delete_directory.php ' ;
27
-
28
- delete_directory (__DIR__ . '/ignore-function-using-attribute/cache ' );
29
22
--EXPECTF --
30
23
PHPUnit %s by Sebastian Bergmann and contributors.
31
24
Original file line number Diff line number Diff line change @@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
16
16
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-method-using-attribute/src ' ;
17
17
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
18
18
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-method-using-attribute/tests ' ;
19
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
20
- $ _SERVER ['argv ' ][] = __DIR__ . '/ignore-method-using-attribute/cache ' ;
21
19
22
20
require_once __DIR__ . '/../../bootstrap.php ' ;
23
21
24
22
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
25
- --CLEAN --
26
- <?php declare (strict_types=1 );
27
- require __DIR__ . '/../../_files/delete_directory.php ' ;
28
-
29
- delete_directory (__DIR__ . '/ignore-method-using-attribute/cache ' );
30
23
--EXPECTF --
31
24
PHPUnit %s by Sebastian Bergmann and contributors.
32
25
Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ $_SERVER['argv'][] = '--coverage-filter';
15
15
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-method-using-attribute/src ' ;
16
16
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
17
17
$ _SERVER ['argv ' ][] = __DIR__ . '/ignore-method-using-attribute/tests ' ;
18
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
19
- $ _SERVER ['argv ' ][] = __DIR__ . '/ignore-method-using-attribute/cache ' ;
20
18
21
19
require_once __DIR__ . '/../../bootstrap.php ' ;
22
20
23
21
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
24
- --CLEAN --
25
- <?php declare (strict_types=1 );
26
- require __DIR__ . '/../../_files/delete_directory.php ' ;
27
-
28
- delete_directory (__DIR__ . '/ignore-method-using-attribute/cache ' );
29
22
--EXPECTF --
30
23
PHPUnit %s by Sebastian Bergmann and contributors.
31
24
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" ../../../../../phpunit.xsd"
4
- cacheDirectory =" .phpunit.cache" >
3
+ xsi : noNamespaceSchemaLocation =" ../../../../../phpunit.xsd" >
5
4
<testsuites >
6
5
<testsuite name =" default" >
7
6
<directory >tests</directory >
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ $_SERVER['argv'][] = '--debug';
16
16
require __DIR__ . '/../../bootstrap.php ' ;
17
17
18
18
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
19
- --CLEAN --
20
- <?php declare (strict_types=1 );
21
- require __DIR__ . '/../../_files/delete_directory.php ' ;
22
-
23
- delete_directory (__DIR__ . '/_files/invalid-coverage-metadata/.phpunit.cache ' );
24
19
--EXPECTF --
25
20
PHPUnit Started (PHPUnit %s using %s)
26
21
Test Runner Configured
Original file line number Diff line number Diff line change @@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
16
16
$ _SERVER ['argv ' ][] = __DIR__ . '/5218/src/ ' ;
17
17
$ _SERVER ['argv ' ][] = '--coverage-text ' ;
18
18
$ _SERVER ['argv ' ][] = __DIR__ . '/5218/tests/ ' ;
19
- $ _SERVER ['argv ' ][] = '--cache-directory ' ;
20
- $ _SERVER ['argv ' ][] = __DIR__ . '/5218/cache ' ;
21
19
22
20
require_once __DIR__ . '/../../bootstrap.php ' ;
23
21
24
22
(new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
25
- --CLEAN --
26
- <?php declare (strict_types=1 );
27
- require __DIR__ . '/../../_files/delete_directory.php ' ;
28
-
29
- delete_directory (__DIR__ . '/5218/cache ' );
30
23
--EXPECTF --
31
24
PHPUnit %s by Sebastian Bergmann and contributors.
32
25
You can’t perform that action at this time.
0 commit comments