File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ backupGlobals =" false"
4
+ bootstrap =" vendor/autoload.php"
5
+ colors =" true"
6
+ processIsolation =" false"
7
+ stopOnFailure =" false"
8
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
9
+ cacheDirectory =" .phpunit.cache"
10
+ backupStaticProperties =" false"
11
+ >
3
12
<testsuites >
4
13
<testsuite name =" Package Test Suite" >
5
14
<directory suffix =" .php" >./tests/</directory >
6
15
<exclude >./tests/views/</exclude >
16
+ <exclude >./tests/DataTables/</exclude >
17
+ <exclude >./tests/Providers/</exclude >
18
+ <exclude >./tests/Models/</exclude >
19
+ <exclude >./tests/TestCase.php</exclude >
7
20
</testsuite >
8
21
</testsuites >
9
22
</phpunit >
You can’t perform that action at this time.
0 commit comments