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

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

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