ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PathTest Class Reference

Test tagging. More...

+ Inheritance diagram for PathTest:
+ Collaboration diagram for PathTest:

Public Member Functions

 testPath ()
 Check if we got non empty paths. More...
 

Protected Member Functions

 tearDown ()
 

Detailed Description

Test tagging.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file PathTest.php.

Member Function Documentation

◆ tearDown()

PathTest::tearDown ( )
protected

Definition at line 28 of file PathTest.php.

28 : void
29 {
30 }

◆ testPath()

PathTest::testPath ( )

Check if we got non empty paths.

Definition at line 35 of file PathTest.php.

35 : void
36 {
37 $this->assertNotEquals(
38 "",
40 );
41 $this->assertNotEquals(
42 "",
44 );
45 $this->assertNotEquals(
46 "",
48 );
49 }
static getLocaljQueryUIPath()
static getLocaljQueryPath()
static getLocalMaphilightPath()
Get local path of maphilight file.

References iljQueryUtil\getLocaljQueryPath(), iljQueryUtil\getLocaljQueryUIPath(), and iljQueryUtil\getLocalMaphilightPath().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: