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

testCanInstantiate() public method

public testCanInstantiate ( )
    public function testCanInstantiate()
    {
        // ----------------------------------------------------------------
        // perform the change
        $obj = new HardCodedList('DataSift\\Storyplayer\\ConfigLib\\WrappedConfig');
        // ----------------------------------------------------------------
        // test the results
        $this->assertTrue($obj instanceof HardCodedList);
    }