parent
24b04bbb39
commit
623849bd5c
@ -1,112 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2012-10-01 at 14:44:08. |
||||
*/ |
||||
class CacheTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var Cache |
||||
*/ |
||||
protected $object; |
||||
|
||||
/** |
||||
* Sets up the fixture, for example, opens a network connection. |
||||
* This method is called before a test is executed. |
||||
*/ |
||||
protected function setUp() |
||||
{ |
||||
$this->object = new Cache; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::get |
||||
* @todo Implement testGet(). |
||||
*/ |
||||
public function testGet() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::has |
||||
* @todo Implement testHas(). |
||||
*/ |
||||
public function testHas() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::put |
||||
* @todo Implement testPut(). |
||||
*/ |
||||
public function testPut() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::remove |
||||
* @todo Implement testRemove(). |
||||
*/ |
||||
public function testRemove() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::clear |
||||
* @todo Implement testClear(). |
||||
*/ |
||||
public function testClear() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::path |
||||
* @todo Implement testPath(). |
||||
*/ |
||||
public function testPath() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Cache::key |
||||
* @todo Implement testKey(). |
||||
*/ |
||||
public function testKey() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
Loading…
Reference in new issue