MyBuilder\PhpunitAccelerator\NeverIgnoreTestPolicy::shouldIgnore PHP Method

shouldIgnore() public method

public shouldIgnore ( ReflectionObject $testReflection )
$testReflection ReflectionObject
    public function shouldIgnore(\ReflectionObject $testReflection)
    {
        return false;
    }
NeverIgnoreTestPolicy