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

testNew() public method

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