DataSift\Storyplayer\CommandLib\CommandRunnerTest::testCanInstantiate PHP Метод

testCanInstantiate() публичный Метод

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