Ojs\JournalBundle\Tests\Controller\ArticleControllerTest::testNew PHP Method

testNew() public method

public testNew ( )
    public function testNew()
    {
        $this->logIn();
        $client = $this->client;
        $crawler = $client->request('GET', '/journal/1/article/new');
        $this->assertStatusCode(200, $client);
    }