ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
CorePluginTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV
;
4
5
class
CorePluginTest
extends
\PHPUnit_Framework_TestCase
{
6
7
function
testGetInfo
() {
8
9
$corePlugin =
new
CorePlugin
();
10
$this->assertEquals(
'core'
, $corePlugin->getPluginInfo()[
'name'
]);
11
12
}
13
14
}
Sabre\DAV
PHPUnit_Framework_TestCase
Sabre\DAV\CorePlugin
The core plugin provides all the basic features for a WebDAV server.
Definition:
CorePlugin.php:17
Sabre\DAV\CorePluginTest
Definition:
CorePluginTest.php:5
php
Sabre\DAV\CorePluginTest\testGetInfo
testGetInfo()
Definition:
CorePluginTest.php:7
libs
composer
vendor
sabre
dav
tests
Sabre
DAV
CorePluginTest.php
Generated on Thu Feb 27 2025 19:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)