Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-06 11:41:42 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-06 11:41:42 +0400
commit341917839788628cfee67cea0f6218bfc5f06ab5 (patch)
treedc3e1a024bbadec38df8ef0f98e8a0bc25841db2 /tests/PHPUnit/phpunit.xml.dist
parentf59fbe49a30c39f62317e5b656f3343663c7024e (diff)
refs #5940 [skip-ci] the UiTest suite is no longer needed as they run in JS now
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 082591ec29..6f28da9019 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -51,12 +51,7 @@
<directory>./Unit</directory>
<directory>../../plugins/*/tests/Unit</directory>
<directory>../../plugins/*/Test/Unit</directory>
- </testsuite>
- <testsuite name="UITests">
- <directory>./UI</directory>
- <directory>../../plugins/*/tests/UI</directory>
- <directory>../../plugins/*/Test/UI</directory>
- </testsuite>
+ </testsuite>s
<testsuite name="PluginTests">
<directory>../../plugins/*/tests</directory>
<directory>../../plugins/*/Test</directory>