This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 23
23
"Tests\\ " : " tests/"
24
24
},
25
25
"exclude-from-classmap" : [
26
- " tests/fixtures/"
26
+ " tests/fixtures" ,
27
+ " tests/snapshots"
27
28
]
28
29
},
29
30
"config" : {
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" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
- <testsuites >
4
- <testsuite name =" Feature" >
5
- <directory suffix =" Test.php" >./tests/Feature</directory >
6
- </testsuite >
7
- </testsuites >
8
- <coverage />
9
- <source >
10
- <include >
11
- <directory suffix =" .php" >./app</directory >
12
- </include >
13
- </source >
3
+ <testsuites >
4
+ <testsuite name =" Feature" >
5
+ <directory suffix =" Test.php" >./tests/Feature</directory >
6
+ </testsuite >
7
+ </testsuites >
8
+ <coverage />
9
+ <source >
10
+ <include >
11
+ <directory suffix =" .php" >./app</directory >
12
+ </include >
13
+ </source >
14
+ <php >
15
+ <const name =" RUNNING_TESTS" value =" true" />
16
+ </php >
14
17
</phpunit >
You can’t perform that action at this time.
0 commit comments