forked from shopware5/SwagDefaultSort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpunit.xml.dist
24 lines (24 loc) · 1.04 KB
/
phpunit.xml.dist
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 colors="always" verbose="true" bootstrap="./tests/SwagDefaultSortSearchTestHelper.php">
<testsuites>
<testsuite name="SwagDefaultSort ORM Inflector">
<directory>tests/Components/ORMInflector</directory>
</testsuite>
<testsuite name="SwagDefaultSort SortDefinition">
<directory>tests/Components/SortDefinition</directory>
</testsuite>
<testsuite name="SwagDefaultSort DataAccess">
<directory>tests/Components/DataAccess</directory>
</testsuite>
<testsuite name="SwagDefaultSort QueryExtender">
<directory>tests/Components/QueryExtender</directory>
</testsuite>
<testsuite name="SwagDefaultSort Bundle">
<directory>tests/Bundle</directory>
</testsuite>
<testsuite name="SwagDefaultSort Integration">
<directory>tests/Components/Integration</directory>
<directory>tests/Integration</directory>
</testsuite>
</testsuites>
</phpunit>