-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpunit.xml
30 lines (30 loc) · 1.18 KB
/
phpunit.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
<phpunit>
<testsuites>
<testsuite name="default">
<file>./tests/mainTest.php</file>
<file>./tests/authorizerTest.php</file>
<file>./tests/themeCollectionTest.php</file>
<file>./tests/packagesTest.php</file>
<file>./tests/pluginsTest.php</file>
<file>./tests/customConsoleExtensionsTest.php</file>
<file>./tests/searchSitemapTest.php</file>
<file>./tests/contentTest.php</file>
<file>./tests/sitemapTest.php</file>
<file>./tests/getNavigationInfoTest.php</file>
<file>./tests/getListAllContentsTest.php</file>
<file>./tests/getListUnassignedContentsTest.php</file>
<file>./tests/getListGuiEditorContentsTest.php</file>
<file>./tests/getAllTest.php</file>
<file>./tests/beforeSitemapTest.php</file>
<file>./tests/initContentTest.php</file>
<file>./tests/configParserTest.php</file>
<file>./tests/changeContentEditorModeTest.php</file>
<file>./tests/publishSinglePageTest.php</file>
<file>./tests/broccoliTest.php</file>
<file>./tests/px2ceTest.php</file>
<file>./tests/px2meTest.php</file>
<file>./tests/px2teTest.php</file>
<file>./tests/tableApiTest.php</file>
</testsuite>
</testsuites>
</phpunit>