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

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

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