Definition at line 9 of file AbstractPluginTest.php.
◆ setUp()
Sabre\CardDAV\AbstractPluginTest::setUp |
( |
| ) |
|
Definition at line 24 of file AbstractPluginTest.php.
References $principalBackend, and $tree.
26 $this->backend =
new Backend\Mock();
34 $this->plugin =
new Plugin();
35 $this->plugin->directories = [
'directory'];
36 $this->server =
new DAV\Server(
$tree);
37 $this->server->sapi =
new HTTP\SapiMock();
38 $this->server->addPlugin($this->plugin);
39 $this->server->debugExceptions =
true;
◆ $backend
Sabre\CardDAV\AbstractPluginTest::$backend |
|
protected |
◆ $plugin
Sabre\CardDAV\AbstractPluginTest::$plugin |
|
protected |
◆ $server
Sabre\CardDAV\AbstractPluginTest::$server |
|
protected |
The documentation for this class was generated from the following file: