コード例 #1
0
ファイル: TestCase.php プロジェクト: hautelook/frankenstein
 protected function tearDown()
 {
     $this->argument = null;
     $this->asserterGenerator->setTest(null);
     $this->asserterGenerator = null;
     $this->assertionManager = null;
     parent::teardown();
 }