mageekguy\atoum\test::afterTestMethod PHP Method

afterTestMethod() public method

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

Usage Example

コード例 #1
0
ファイル: Tester.php プロジェクト: pgoergler/OngooForm
 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