ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
testInit () | |
testAuthenticate () | |
@depends testInit More... | |
testAuthenticateFail () | |
@depends testInit @expectedException Sabre\DAV\Exception\NotAuthenticated More... | |
testAuthenticateFailDontAutoRequire () | |
@depends testAuthenticateFail More... | |
testMultipleBackend () | |
@depends testAuthenticate More... | |
testNoAuthBackend () | |
@depends testInit @expectedException Sabre\DAV\Exception More... | |
testInvalidCheckResponse () | |
@depends testInit @expectedException Sabre\DAV\Exception More... | |
testGetCurrentPrincipal () | |
@depends testAuthenticate More... | |
Definition at line 8 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testAuthenticate | ( | ) |
@depends testInit
Definition at line 24 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testAuthenticateFail | ( | ) |
@depends testInit @expectedException Sabre\DAV\Exception\NotAuthenticated
Definition at line 39 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testAuthenticateFailDontAutoRequire | ( | ) |
@depends testAuthenticateFail
Definition at line 54 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testGetCurrentPrincipal | ( | ) |
@depends testAuthenticate
Definition at line 123 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testInit | ( | ) |
Definition at line 10 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testInvalidCheckResponse | ( | ) |
@depends testInit @expectedException Sabre\DAV\Exception
Definition at line 108 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testMultipleBackend | ( | ) |
@depends testAuthenticate
Definition at line 73 of file PluginTest.php.
Sabre\DAV\Auth\PluginTest::testNoAuthBackend | ( | ) |
@depends testInit @expectedException Sabre\DAV\Exception
Definition at line 95 of file PluginTest.php.