DataSift\Storyplayer\PlayerLib\StoryTest::testCanInstantiate PHP Method

testCanInstantiate() public method

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