forked from ezsystems/LegacyBridge
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
19 lines (19 loc) · 526 Bytes
/
phpunit.xml
File metadata and controls
19 lines (19 loc) · 526 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
>
<testsuites>
<testsuite name="eZ Publish Legacy MVC suite">
<directory>mvc</directory>
</testsuite>
<testsuite name="eZ Publish Legacy Bundle suite">
<directory>bundle</directory>
</testsuite>
</testsuites>
</phpunit>