ParaTest\Runners\PHPUnit\TestFileLoaderTest::testLoadThrowsExceptionWithInvalidPath PHP Method

testLoadThrowsExceptionWithInvalidPath() public method

    public function testLoadThrowsExceptionWithInvalidPath()
    {
        $testFileLoader = new TestFileLoader();
        $testFileLoader->loadPath('path/to/nowhere');
    }