ILIAS  release_8 Revision v8.24
NewsContextTest Class Reference
+ Inheritance diagram for NewsContextTest:
+ Collaboration diagram for NewsContextTest:

Public Member Functions

 testContextProperties ()
 Test admin view. More...
 

Protected Member Functions

 tearDown ()
 

Detailed Description

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

Definition at line 8 of file NewsContextTest.php.

Member Function Documentation

◆ tearDown()

NewsContextTest::tearDown ( )
protected

Definition at line 10 of file NewsContextTest.php.

10 : void
11 {
12 }

◆ testContextProperties()

NewsContextTest::testContextProperties ( )

Test admin view.

Definition at line 17 of file NewsContextTest.php.

17 : void
18 {
20 1,
21 "otype",
22 2,
23 "osubtype"
24 );
25
26 $this->assertEquals(
27 1,
28 $context->getObjId()
29 );
30 $this->assertEquals(
31 "otype",
32 $context->getObjType()
33 );
34 $this->assertEquals(
35 2,
36 $context->getSubId()
37 );
38 $this->assertEquals(
39 "osubtype",
40 $context->getSubType()
41 );
42 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$context
Definition: webdav.php:29

References $context.


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