DataSift\Storyplayer\CommandLib\CommandResultTest::testCanInstantiate PHP Method

testCanInstantiate() public method

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