Ojs\CoreBundle\Tests\BaseTestSetup::logIn PHP Method

logIn() protected method

protected logIn ( $username = 'admin', $password = 'admin' )
    protected function logIn($username = 'admin', $password = 'admin')
    {
        $this->client->setServerParameter('PHP_AUTH_USER', $username);
        $this->client->setServerParameter('PHP_AUTH_PW', $password);
    }