-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpunit-integration-legacy.xml
More file actions
24 lines (24 loc) · 1.06 KB
/
Copy pathphpunit-integration-legacy.xml
File metadata and controls
24 lines (24 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
<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
bootstrap="./tests/bootstrap.php"
colors="true">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./lib</directory>
</include>
</coverage>
<php>
<env name="setupFactory" value="Netgen\EzPlatformSiteApi\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>
</phpunit>