Changeset 1199

Show
Ignore:
Timestamp:
12/31/07 01:56:27 (8 months ago)
Author:
mikey
Message:

removed vfsStream, can now be found at http://code.google.com/p/bovigo/wiki/vfsStream (Subversion: http://bovigo.googlecode.com/svn/vfs/trunk/)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/util/cache/stubFileCacheContainerTestCase.php

    r1196 r1199  
    99stubClassLoader::load('net.stubbles.util.cache.stubFileCacheContainer'); 
    1010Mock::generate('stubCacheStrategy'); 
    11 require_once TEST_SRC_PATH . '/../main/php/org/stubbles/vfs/vfsStream.php'; 
     11@include_once 'vfsStream/vfsStream.php'; 
    1212/** 
    1313 * Tests for net.stubbles.util.cache.stubFileCacheContainer. 
     
    3737    protected $cacheDirectory; 
    3838 
     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     
    3947    /** 
    4048     * set up test environment