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

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

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