DataSift\Storyplayer\ConfigLib\HardCodedListTest::testConfigTypeMustBeAValidClass PHP Method

testConfigTypeMustBeAValidClass() public method

    public function testConfigTypeMustBeAValidClass()
    {
        // ----------------------------------------------------------------
        // setup the test
        $classname = 'DataSift\\Storyplayer\\ConfigLib\\DoesNotExistConfig';
        // ----------------------------------------------------------------
        // perform the change
        $obj = new HardCodedList($classname);
    }