File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed 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 =" https://schema.phpunit.de/9.3 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5 /phpunit.xsd"
4
4
colors =" true"
5
5
backupGlobals =" true"
6
6
stopOnFailure =" false"
17
17
</include >
18
18
</coverage >
19
19
<testsuites >
20
- <testsuite name =" Test Suite " >
21
- <directory suffix =" TestCase .php" >tests</directory >
20
+ <testsuite name =" unit " >
21
+ <directory suffix =" Test .php" >tests</directory >
22
22
</testsuite >
23
23
</testsuites >
24
24
<php >
Original file line number Diff line number Diff line change 20
20
use FFI \Preprocessor \Exception \DirectiveEvaluationException ;
21
21
use FFI \Preprocessor \Internal \Runtime \DirectiveExecutor ;
22
22
23
- class DirectivesTestCase extends TestCase
23
+ class DirectivesTest extends TestCase
24
24
{
25
25
/**
26
26
* @return void
Original file line number Diff line number Diff line change 13
13
14
14
use FFI \Preprocessor \Io \DirectoriesRepository ;
15
15
16
- class IncludeDirectoriesTestCase extends TestCase
16
+ class IncludeDirectoriesTest extends TestCase
17
17
{
18
18
/**
19
19
* @return void
You can’t perform that action at this time.
0 commit comments