Bolt\Tests\Controller\Backend\GeneralTest::testOmnisearch PHP Метод

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

public testOmnisearch ( )
    public function testOmnisearch()
    {
        $this->allowLogin($this->getApp());
        $this->setRequest(Request::create('/bolt/omnisearch', 'GET', ['q' => 'test']));
        $this->checkTwigForTemplate($this->getApp(), '@bolt/omnisearch/omnisearch.twig');
        $this->controller()->omnisearch($this->getRequest());
    }