DataSift\Storyplayer\CommandLib\CommandRunnerTest::testCanInstantiate PHP Méthode

testCanInstantiate() public méthode

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