Ojs\SiteBundle\Tests\Controller\ShortLinkControllerTest::testPageIsSuccessful PHP Method

testPageIsSuccessful() public method

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