Frontend\Modules\Blog\Tests\Actions\ArchiveTest::testArchiveWithWrongMonthsGives404 PHP Method

testArchiveWithWrongMonthsGives404() public method

    public function testArchiveWithWrongMonthsGives404()
    {
        $client = static::createClient();
        $client->request('GET', '/en/blog/archive/1990/07');
        $this->assertIs404($client);
    }