ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CorePluginTest.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\DAV;
4
6
7 function testGetInfo() {
8
9 $corePlugin = new CorePlugin();
10 $this->assertEquals('core', $corePlugin->getPluginInfo()['name']);
11
12 }
13
14}
An exception for terminatinating execution or to throw for unit testing.
The core plugin provides all the basic features for a WebDAV server.
Definition: CorePlugin.php:17