Ojs\SiteBundle\Tests\Controller\PeopleControllerTest::testIndex PHP 메소드

testIndex() 공개 메소드

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