ILIAS  release_8 Revision v8.24
WorkspaceRootFolderAccessTest.php
Go to the documentation of this file.
1<?php
2
3use PHPUnit\Framework\TestCase;
4
10class WorkspaceRootFolderAccessTest extends TestCase
11{
12 protected function setUp(): void
13 {
14 parent::setUp();
15 }
16
17 protected function tearDown(): void
18 {
19 }
20
24 public function testAccessCmds()
25 {
27
28 $this->assertIsArray($cmds);
29 }
30}