コード例 #1
0
ファイル: AdapterTestCase.php プロジェクト: Gladhon/symfony
 protected function setUp()
 {
     parent::setUp();
     if (!array_key_exists('testDeferredSaveWithoutCommit', $this->skippedTests) && defined('HHVM_VERSION')) {
         $this->skippedTests['testDeferredSaveWithoutCommit'] = 'Destructors are called late on HHVM.';
     }
 }
コード例 #2
0
 public function invalidKeys()
 {
     return CachePoolTest::invalidKeys();
 }