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

testCanInstantiate() public method

public testCanInstantiate ( )
    public function testCanInstantiate()
    {
        // ----------------------------------------------------------------
        // perform the change
        $obj = new WrappedConfig();
        // ----------------------------------------------------------------
        // test the results
        $this->assertTrue($obj instanceof WrappedConfig);
    }
WrappedConfigTest