예제 #1
0
파일: cache.Test.php 프로젝트: poef/ariadne
 function testCacheControl()
 {
     \arc\cache::purge();
     $testProxy = \arc\cache::proxy(new takesTooLong(true), function ($params) {
         return 30;
     });
     $result = $testProxy->waitForIt();
     $this->assertTrue($result);
 }