mageekguy\atoum\test::beforeTestMethod PHP Method

beforeTestMethod() public method

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

Usage Example

Beispiel #1
0
 public function beforeTestMethod($method)
 {
     parent::beforeTestMethod($method);
     new IdentityAnnotation();
     // Fix Annotation not found error :(
     $this->reader = new AnnotationReader();
 }
All Usage Examples Of mageekguy\atoum\test::beforeTestMethod
test