ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
WorkspaceRootFolderAccessTest.php
Go to the documentation of this file.
1 <?php
2 
4 
10 class 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 }