mageekguy\atoum\test::afterTestMethod PHP Method

afterTestMethod() public method

public afterTestMethod ( $testMethod )
    public function afterTestMethod($testMethod)
    {
    }

Usage Example

示例#1
0
 public function afterTestMethod($testMethod)
 {
     parent::afterTestMethod($testMethod);
     $this->debug(str_repeat("-", 10));
     $this->logger->set('test_method', "");
 }
All Usage Examples Of mageekguy\atoum\test::afterTestMethod
test