Beispiel #1
0
 protected function setUp()
 {
     parent::setUp();
     if (!array_key_exists('testDeferredSaveWithoutCommit', $this->skippedTests) && defined('HHVM_VERSION')) {
         $this->skippedTests['testDeferredSaveWithoutCommit'] = 'Destructors are called late on HHVM.';
     }
 }
 public function invalidKeys()
 {
     return CachePoolTest::invalidKeys();
 }