Ojs\JournalBundle\Tests\Controller\DashboardControllerTest::testIndex PHP Метод

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

public testIndex ( )
    public function testIndex()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/journal/1/dashboard');
        $this->assertStatusCode(200, $client);
    }
DashboardControllerTest