forked from netgen/TagsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpunit-integration-legacy.xml
39 lines (39 loc) · 1.43 KB
/
phpunit-integration-legacy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="../../../../ezsystems/ezpublish-kernel/bootstrap.php"
processIsolation="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
colors="false"
>
<php>
<env name="setupFactory" value="Netgen\TagsBundle\Tests\API\Repository\SetupFactory\Legacy" />
<env name="backendVersion" value="5" />
<env name="fixtureDir" value="Legacy" />
</php>
<testsuites>
<testsuite name="Netgen\TagsBundle\Tests\API">
<directory>Tests/API</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>.</directory>
<exclude>
<directory>API</directory>
<directory>Core/Persistence</directory>
<directory>Core/Repository</directory>
<directory>Core/SignalSlot</directory>
<directory>SPI</directory>
<directory>ApiLoader</directory>
<directory>DependencyInjection</directory>
<directory>Resources</directory>
<directory>Tests</directory>
<directory>vendor</directory>
<directory>var</directory>
</exclude>
</whitelist>
</filter>
</phpunit>