tearDown() public method

public tearDown ( )
コード例 #1
0
ファイル: WebTestCase.php プロジェクト: autarky/framework
 /**
  * {@inheritdoc}
  */
 public function tearDown()
 {
     $this->client = null;
     parent::tearDown();
 }