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

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

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