Changeset 1199
- Timestamp:
- 12/31/07 01:56:27 (8 months ago)
- Files:
-
- trunk/build/vfs (deleted)
- trunk/src/main/php/org/stubbles/vfs (deleted)
- trunk/src/test/php/net/stubbles/util/cache/stubFileCacheContainerTestCase.php (modified) (2 diffs)
- trunk/src/test/php/org (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/util/cache/stubFileCacheContainerTestCase.php
r1196 r1199 9 9 stubClassLoader::load('net.stubbles.util.cache.stubFileCacheContainer'); 10 10 Mock::generate('stubCacheStrategy'); 11 require_once TEST_SRC_PATH . '/../main/php/org/stubbles/vfs/vfsStream.php';11 @include_once 'vfsStream/vfsStream.php'; 12 12 /** 13 13 * Tests for net.stubbles.util.cache.stubFileCacheContainer. … … 37 37 protected $cacheDirectory; 38 38 39 /** 40 * skip the test if vfsStream is not available 41 */ 42 public function skip() 43 { 44 $this->skipUnless(class_exists('vfsStream', false), 'stubFileCacheContainerTestCase requires vfsStream, see http://code.google.com/p/bovigo/wiki/vfsStream".'); 45 } 46 39 47 /** 40 48 * set up test environment
