Pulsestorm\Pestle\Tests\CommandExistsTest::testCommandsExisthello_world PHP Метод

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

    function testCommandsExisthello_world()
    {
        $results = $this->runHelpCommand('hello_world');
        $this->assertContains('Description', $results);
    }