-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpunit-integration-legacy.xml
More file actions
28 lines (28 loc) · 1.06 KB
/
phpunit-integration-legacy.xml
File metadata and controls
28 lines (28 loc) · 1.06 KB
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
<?xml version="1.0" encoding="utf-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
bootstrap="./tests/bootstrap.php"
colors="true"
cacheDirectory=".phpunit.cache"
>
<php>
<env name="setupFactory" value="Netgen\IbexaSiteApi\Tests\Integration\SetupFactory\Legacy"/>
</php>
<testsuites>
<testsuite name="Netgen's Site API for eZ Platform integration tests">
<file>tests/lib/Integration/PrepareFixturesTest.php</file>
<file>tests/lib/Integration/SiteTest.php</file>
<file>tests/lib/Integration/FilterServiceTest.php</file>
<file>tests/lib/Integration/FindServiceTest.php</file>
<file>tests/lib/Integration/LoadServiceTest.php</file>
<file>tests/lib/Integration/RelationServiceTest.php</file>
<file>tests/lib/Integration/Traits/SearchResultExtractorTraitTest.php</file>
</testsuite>
</testsuites>
<source>
<include>
<directory>./lib</directory>
</include>
</source>
</phpunit>