Definition at line 8 of file PluginTest.php.
◆ setUpTree()
Sabre\DAV\Sharing\PluginTest::setUpTree |
( |
| ) |
|
◆ testBrowserPostActionAccessDenied()
Sabre\DAV\Sharing\PluginTest::testBrowserPostActionAccessDenied |
( |
| ) |
|
Definition at line 176 of file PluginTest.php.
178 $this->aclPlugin->setDefaultAcl([]);
179 $this->sharingPlugin->browserPostAction(
184 'href' =>
'mailto:foo@example.org',
◆ testBrowserPostActionBadAccess()
Sabre\DAV\Sharing\PluginTest::testBrowserPostActionBadAccess |
( |
| ) |
|
Definition at line 160 of file PluginTest.php.
162 $this->sharingPlugin->browserPostAction(
166 'href' =>
'mailto:foo@example.org',
◆ testBrowserPostActionNoAccess()
Sabre\DAV\Sharing\PluginTest::testBrowserPostActionNoAccess |
( |
| ) |
|
Definition at line 144 of file PluginTest.php.
146 $this->sharingPlugin->browserPostAction(
150 'href' =>
'mailto:foo@example.org',
◆ testBrowserPostActionNoHref()
Sabre\DAV\Sharing\PluginTest::testBrowserPostActionNoHref |
( |
| ) |
|
Definition at line 129 of file PluginTest.php.
131 $this->sharingPlugin->browserPostAction(
◆ testBrowserPostActionSuccess()
Sabre\DAV\Sharing\PluginTest::testBrowserPostActionSuccess |
( |
| ) |
|
◆ testBrowserPostActionUnknownAction()
Sabre\DAV\Sharing\PluginTest::testBrowserPostActionUnknownAction |
( |
| ) |
|
Definition at line 91 of file PluginTest.php.
93 $this->assertNull($this->sharingPlugin->browserPostAction(
◆ testFeatures()
Sabre\DAV\Sharing\PluginTest::testFeatures |
( |
| ) |
|
Definition at line 23 of file PluginTest.php.
27 $this->sharingPlugin->getFeatures()
◆ testGetPluginInfo()
Sabre\DAV\Sharing\PluginTest::testGetPluginInfo |
( |
| ) |
|
◆ testHtmlActionsPanel()
Sabre\DAV\Sharing\PluginTest::testHtmlActionsPanel |
( |
| ) |
|
◆ testProperties()
Sabre\DAV\Sharing\PluginTest::testProperties |
( |
| ) |
|
◆ $autoLogin
Sabre\DAV\Sharing\PluginTest::$autoLogin = 'admin' |
|
protected |
◆ $setupACL
Sabre\DAV\Sharing\PluginTest::$setupACL = true |
|
protected |
◆ $setupSharing
Sabre\DAV\Sharing\PluginTest::$setupSharing = true |
|
protected |
The documentation for this class was generated from the following file: