Ignore destructive memcached tests by default

This commit is contained in:
Jordi Boggiano 2012-02-24 13:37:42 +01:00
parent a1370c97d5
commit d95d63d24d
3 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<groups> <groups>
<exclude> <exclude>
<group>benchmark</group> <group>benchmark</group>
<group>memcached</group>
</exclude> </exclude>
</groups> </groups>

View File

@ -22,6 +22,9 @@ class DummyMemcacheProfilerStorage extends MemcacheProfilerStorage
} }
} }
/**
* @group memcached
*/
class MemcacheProfilerStorageTest extends \PHPUnit_Framework_TestCase class MemcacheProfilerStorageTest extends \PHPUnit_Framework_TestCase
{ {
protected static $storage; protected static $storage;

View File

@ -22,6 +22,9 @@ class DummyMemcachedProfilerStorage extends MemcachedProfilerStorage
} }
} }
/**
* @group memcached
*/
class MemcachedProfilerStorageTest extends \PHPUnit_Framework_TestCase class MemcachedProfilerStorageTest extends \PHPUnit_Framework_TestCase
{ {
protected static $storage; protected static $storage;