ParaTest\Runners\PHPUnit\SuiteLoaderTest::testSecondParallelSuiteHasCorrectFunctions PHP Method

testSecondParallelSuiteHasCorrectFunctions() public method

    public function testSecondParallelSuiteHasCorrectFunctions($paraSuites)
    {
        $second = $this->suiteByPath('LegacyNamespaceTest.php', $paraSuites);
        $functions = $second->getFunctions();
        $this->assertEquals(1, sizeof($functions));
    }