AuthenticationConfigTest::testAuthSetUser PHP Method

testAuthSetUser() public method

Test for PMA\libraries\plugins\auth\AuthenticationConfig::authSetUser
public testAuthSetUser ( ) : void
return void
    public function testAuthSetUser()
    {
        $this->assertTrue($this->object->authSetUser());
    }