Definition at line 9 of file AbstractPluginTest.php.
◆ setUp()
Sabre\CardDAV\AbstractPluginTest::setUp |
( |
| ) |
|
Definition at line 24 of file AbstractPluginTest.php.
24 {
25
26 $this->backend = new Backend\Mock();
28
32 ];
33
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;
40
41 }
References $principalBackend, and $tree.
◆ $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: