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

testCanInstantiate() public method

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