forked from concretecms/concretecms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
executable file
·20 lines (20 loc) · 778 Bytes
/
phpunit.xml
File metadata and controls
executable file
·20 lines (20 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<phpunit
bootstrap="./tests/tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
backupGlobals="false"
backupStaticAttributes="false">
<testsuites>
<testsuite name="Tests">
<directory>tests/tests/Asset/</directory>
<directory>tests/tests/Attribute/</directory>
<directory>tests/tests/AttributeValue/</directory>
<directory>tests/tests/Block/</directory>
<directory>tests/tests/CodingStyle/</directory>
<directory>tests/tests/Core/</directory>
<directory>tests/tests/Localization/</directory>
</testsuite>
</testsuites>
</phpunit>