ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
PathTest.php
Go to the documentation of this file.
1 <?php
2 
20 
26 class PathTest extends TestCase
27 {
28  protected function tearDown(): void
29  {
30  }
31 
35  public function testPath(): void
36  {
37  $this->assertNotEquals(
38  "",
40  );
41  $this->assertNotEquals(
42  "",
44  );
45  $this->assertNotEquals(
46  "",
48  );
49  }
50 }
tearDown()
Definition: PathTest.php:28
testPath()
Check if we got non empty paths.
Definition: PathTest.php:35
static getLocaljQueryUIPath()
Test tagging.
Definition: PathTest.php:26
static getLocalMaphilightPath()
Get local path of maphilight file.
static getLocaljQueryPath()