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

testCanInstantiate() public method

public testCanInstantiate ( )
    public function testCanInstantiate()
    {
        // ----------------------------------------------------------------
        // perform the change
        $obj = new E5xx_NoStoryActions("Test story");
        // ----------------------------------------------------------------
        // test the results
        $this->assertTrue($obj instanceof E5xx_NoStoryActions);
    }
E5xx_NoStoryActionsTest