Correction TODO comments and remove them

This commit is contained in:
Vyacheslav Agafonov
2011-12-01 18:58:15 +04:00
parent bafe38ccf0
commit d7bae53911
2 changed files with 0 additions and 7 deletions

View File

@ -36,14 +36,10 @@ class MemcacheCacheTest extends PHPUnit_Framework_TestCase
$this->assertAttributeInstanceOf('TestCache', 'connection', $memcache);
}
/**
* @TODO: MemcacheCache::__construct - empty config array passes with no host params
*/
public function testWrongConfig()
{
$config = array('some' => array());
$this->setExpectedException('InitializationException', 'Configuration must have a');
$memcache = new MemcacheCache($config);
}