Backend\Modules\Authentication\Tests\Action\IndexTest::testAuthenticationIndexWorks PHP Method

testAuthenticationIndexWorks() public method

    public function testAuthenticationIndexWorks()
    {
        $client = static::createClient();
        $client->request('GET', '/private/en/authentication');
        self::assertEquals(200, $client->getResponse()->getStatusCode());
    }