コード例 #1
0
ファイル: ReflectTest.php プロジェクト: respect/test
 /**
  * Tearing thing down once test execution is done.
  */
 protected function tearDown()
 {
     TestGuy::reset();
     $this->object = null;
 }