diff options
Diffstat (limited to 'tests/unit/Caching/TCacheTest.php')
-rw-r--r-- | tests/unit/Caching/TCacheTest.php | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/tests/unit/Caching/TCacheTest.php b/tests/unit/Caching/TCacheTest.php deleted file mode 100644 index 76df7903..00000000 --- a/tests/unit/Caching/TCacheTest.php +++ /dev/null @@ -1,51 +0,0 @@ -<?php -require_once dirname(__FILE__).'/../phpunit.php'; - -Prado::using('System.Caching.TCache'); - -/** - * @package System.Caching - */ -class TCacheTest extends PHPUnit_Framework_TestCase { - - public function setUp() { - } - - public function tearDown() { - } - - public function testInit() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testPrimaryCache() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testKeyPrefix() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testGet() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testSet() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testAdd() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testDelete() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testFlush() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - -} - -?> |