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
path: root/tests
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-09-30 14:43:20 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-30 16:38:08 +0400
commite256b703febced7f589b4e81fd217854b634eff9 (patch)
treee80c3cbbdcd9cbc77355416909fd255294ea3582 /tests
parentad33628220ca6cadad46ebb69e88a8005a5b0394 (diff)
Remove @Only group used in debugging.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/Core/AccessTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/Core/AccessTest.php b/tests/PHPUnit/Integration/Core/AccessTest.php
index 5e95ed3326..cba36a9f93 100644
--- a/tests/PHPUnit/Integration/Core/AccessTest.php
+++ b/tests/PHPUnit/Integration/Core/AccessTest.php
@@ -13,7 +13,6 @@ use Piwik\AuthResult;
*
* @group Core_AccessTest
* @group Core
- * @group Only
*/
class Core_AccessTest extends DatabaseTestCase
{