ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
WorkspaceRootFolderAccessTest.php
Go to the documentation of this file.
1
<?php
2
19
use
PHPUnit\Framework\TestCase
;
20
26
class
WorkspaceRootFolderAccessTest
extends
TestCase
27
{
28
protected
function
setUp
(): void
29
{
30
parent::setUp();
31
}
32
33
protected
function
tearDown
(): void
34
{
35
}
36
40
public
function
testAccessCmds
()
41
{
42
$cmds =
ilObjWorkspaceRootFolderAccess::_getCommands
();
43
44
$this->assertIsArray($cmds);
45
}
46
}
WorkspaceRootFolderAccessTest
Test clipboard repository.
Definition:
WorkspaceRootFolderAccessTest.php:26
WorkspaceRootFolderAccessTest\testAccessCmds
testAccessCmds()
Test access commands.
Definition:
WorkspaceRootFolderAccessTest.php:40
ilObjWorkspaceRootFolderAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjWorkspaceRootFolderAccess.php:38
WorkspaceRootFolderAccessTest\setUp
setUp()
Definition:
WorkspaceRootFolderAccessTest.php:28
TestCase
WorkspaceRootFolderAccessTest\tearDown
tearDown()
Definition:
WorkspaceRootFolderAccessTest.php:33
TestCase
components
ILIAS
WorkspaceRootFolder
tests
WorkspaceRootFolderAccessTest.php
Generated on Wed Sep 3 2025 23:04:29 for ILIAS by
1.8.13 (using
Doxyfile
)