ParaTest\Runners\PHPUnit\SuiteLoader::testMatchOptions PHP Method

testMatchOptions() private method

private testMatchOptions ( $className, $name, $group )
    private function testMatchOptions($className, $name, $group)
    {
        $result = $this->testMatchGroupOptions($group) && $this->testMatchFilterOptions($className, $name, $group);
        return $result;
    }