Ojs\SiteBundle\Tests\Controller\ExploreControllerTest::testIndex PHP Method

testIndex() public method

public testIndex ( )
    public function testIndex()
    {
        $client = $this->client;
        $crawler = $client->request('GET', '/explore/journal');
        $this->assertStatusCode(200, $client);
    }
ExploreControllerTest