ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PathTest.php
Go to the documentation of this file.
1<?php
2
19use PHPUnit\Framework\TestCase;
20
26class 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}
Test tagging.
Definition: PathTest.php:27
tearDown()
Definition: PathTest.php:28
testPath()
Check if we got non empty paths.
Definition: PathTest.php:35
static getLocaljQueryUIPath()
static getLocaljQueryPath()
static getLocalMaphilightPath()
Get local path of maphilight file.