Ojs\SiteBundle\Tests\Controller\SearchControllerTest::testPageIsSuccessful PHP Метод

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

public testPageIsSuccessful ( $url )
    public function testPageIsSuccessful($url)
    {
        $client = $this->client;
        $crawler = $client->request('GET', $url);
        $this->assertStatusCode(200, $client);
    }