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

testLoadFileShouldLoadFileWhereNameDoesNotEndInTest() public method

    public function testLoadFileShouldLoadFileWhereNameDoesNotEndInTest()
    {
        $path = $this->fixture('passing-tests/TestOfUnits.php');
        $paths = $this->getLoadedPaths($path);
        $this->assertEquals($path, array_shift($paths));
    }