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
}
php
An exception for terminatinating execution or to throw for unit testing.
PHPUnit_Framework_TestCase
Sabre\DAV\CorePluginTest
Definition:
CorePluginTest.php:5
Sabre\DAV\CorePluginTest\testGetInfo
testGetInfo()
Definition:
CorePluginTest.php:7
Sabre\DAV\CorePlugin
The core plugin provides all the basic features for a WebDAV server.
Definition:
CorePlugin.php:17
Sabre\DAV
libs
composer
vendor
sabre
dav
tests
Sabre
DAV
CorePluginTest.php
Generated on Thu Oct 2 2025 19:01:15 for ILIAS by
1.9.4 (using
Doxyfile
)