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

testLoadSuiteFromConfigWithBadSuitePath() public method

    public function testLoadSuiteFromConfigWithBadSuitePath()
    {
        $options = new Options(array('configuration' => $this->fixture('phpunit-non-existent-testsuite-dir.xml')));
        $loader = new SuiteLoader($options);
        $loader->load();
    }