File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11<?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+ >
312 <testsuites >
413 <testsuite name =" Package Test Suite" >
514 <directory suffix =" .php" >./tests/</directory >
615 <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 >
720 </testsuite >
821 </testsuites >
922</phpunit >
You can’t perform that action at this time.
0 commit comments