Ojs\AdminBundle\Tests\Controller\AdminLanguageControllerTest::testNew PHP Method

testNew() public method

public testNew ( )
    public function testNew()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/admin/language/new');
        $this->assertStatusCode(200, $client);
    }