Changeset 1200
- Timestamp:
- 01/02/08 14:30:44 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/util/cache/stubFileCacheContainerTestCase.php
r1199 r1200 42 42 public function skip() 43 43 { 44 $this->skipUnless(class_exists('vfsStream', false), 'stubFileCacheContainerTestCase requires vfsStream, see http://code.google.com/p/bovigo/wiki/vfsStream ".');44 $this->skipUnless(class_exists('vfsStream', false), 'stubFileCacheContainerTestCase requires vfsStream, see http://code.google.com/p/bovigo/wiki/vfsStream.'); 45 45 } 46 46
