예제 #1
0
파일: CCStorage.php 프로젝트: clancats/core
 /**
  * CCStorage::param tests
  */
 public function test_param()
 {
     CCStorage::param('foo', 'phpunit');
     $this->assertTrue(strpos(CCStorage::path('to/:foo/path.txt'), 'to/phpunit/path.txt') !== false);
 }