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

testOptionsCanBeNull() public method

    public function testOptionsCanBeNull()
    {
        $testFileLoader = new TestFileLoader();
        $this->assertNull($this->getObjectValue($testFileLoader, 'options'));
    }