-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
12 lines (12 loc) · 800 Bytes
/
phpunit.xml
File metadata and controls
12 lines (12 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" cacheDirectory=".phpunit.cache">
<testsuite name="all">
<directory>tests</directory>
<exclude>tests/Rules/ExclusiveNamespaceRule/Fixture</exclude>
<exclude>tests/Rules/NoConstructorInTestRule/Fixture</exclude>
<exclude>tests/Rules/PreventDuplicateClassMethodRule/Fixture</exclude>
<exclude>tests/Rules/ForbiddenArrayWithStringKeysRule/Fixture</exclude>
<exclude>tests/Rules/ClassNameRespectsParentSuffixRule/Fixture/</exclude>
<exclude>tests/Rules/CheckNotTestsNamespaceOutsideTestsDirectoryRule/Fixture</exclude>
</testsuite>
</phpunit>