Frontend\Modules\Faq\Actions\CategoryTest::testNonExistingPageGives404 PHP Метод

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

    public function testNonExistingPageGives404()
    {
        $client = static::createClient();
        $client->request('GET', '/en/blog/category/blogcategory-for-tests', array('page' => 34));
        $this->assertIs404($client);
    }