ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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 }
static getLocaljQueryPath()

References iljQueryUtil\getLocaljQueryPath().

+ Here is the call graph for this function:

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