Ojs\JournalBundle\Tests\Controller\BoardControllerTest::testPageIsSuccessful PHP Méthode

testPageIsSuccessful() public méthode

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