|
|
@ -37,13 +37,12 @@ class MemcacheCacheTest extends PHPUnit_Framework_TestCase |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @expectedException InitializationException |
|
|
|
* @expectedExceptionMessage Configuration must have a |
|
|
|
* @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); |
|
|
|
} |
|
|
|