ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

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

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

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