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

Test session repository. More...

+ Inheritance diagram for YUITest:
+ Collaboration diagram for YUITest:

Public Member Functions

 testPath ()
 Test sort. More...
 

Protected Member Functions

 tearDown ()
 

Detailed Description

Test session repository.

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

Definition at line 26 of file YUITest.php.

Member Function Documentation

◆ tearDown()

YUITest::tearDown ( )
protected

Definition at line 28 of file YUITest.php.

28 : void
29 {
30 }

◆ testPath()

YUITest::testPath ( )

Test sort.

Definition at line 35 of file YUITest.php.

35 : void
36 {
37 $path = ilYuiUtil::getLocalPath("test.js");
38 $this->assertEquals(
39 "./node_modules/yui2/build/test.js",
40 $path
41 );
42 }
static getLocalPath(string $a_name="")
Get local path of a YUI js file.
$path
Definition: ltiservices.php:30

References $path, and ilYuiUtil\getLocalPath().

+ Here is the call graph for this function:

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