diff options
Diffstat (limited to 'tests/unit/Caching/TMemCacheTest.php')
-rw-r--r-- | tests/unit/Caching/TMemCacheTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/Caching/TMemCacheTest.php b/tests/unit/Caching/TMemCacheTest.php index b1baa483..8c1fa934 100644 --- a/tests/unit/Caching/TMemCacheTest.php +++ b/tests/unit/Caching/TMemCacheTest.php @@ -1,5 +1,4 @@ <?php -require_once dirname(__FILE__).'/../phpunit.php'; Prado::using('System.Caching.TMemCache'); |