Changeset 1200

Show
Ignore:
Timestamp:
01/02/08 14:30:44 (11 months ago)
Author:
mikey
Message:

fixed typo

Files:

Legend:

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

    r1199 r1200  
    4242    public function skip() 
    4343    { 
    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.'); 
    4545    } 
    4646