afterTestMethod() public method

public afterTestMethod ( $testMethod )
Exemplo n.º 1
0
 public function afterTestMethod($testMethod)
 {
     parent::afterTestMethod($testMethod);
     $this->debug(str_repeat("-", 10));
     $this->logger->set('test_method', "");
 }
Exemplo n.º 2
0
 public function afterTestMethod($testMethod)
 {
     parent::afterTestMethod($testMethod);
     $this->afterExample($testMethod);
 }