Poking around in the fog
This commit is contained in:
@@ -715,7 +715,7 @@ class ApiTest extends FixtureTest
|
||||
$_SERVER['PHP_AUTH_PW'] = 'password';
|
||||
$_SESSION['allow_api'] = false;
|
||||
BasicAuth::setCurrentUserID();
|
||||
self::assertFalse(BaseApi::getCurrentUserID());
|
||||
self::assertFalse(BaseApi::getCurrentUserID(true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user