コード例 #1
0
ファイル: ProxyTest.php プロジェクト: tmont/phroxy
 public function tearDown()
 {
     InterceptorCache::reset();
     $this->builder = null;
 }
コード例 #2
0
ファイル: ContainerTest.php プロジェクト: tmont/blueshift
 public function tearDown()
 {
     $this->container = null;
     InterceptorCache::reset();
 }