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

testNew() public method

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