afterTestMethod() public method

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