MediaWiki  REL1_22
ArticleTest Class Reference
Inheritance diagram for ArticleTest:
Collaboration diagram for ArticleTest:

List of all members.

Public Member Functions

 testGetOrSetOnNewProperty ()
 testImplementsCallMagic ()
 testImplementsSetMagic
 testImplementsGetMagic ()
 testImplementsSetMagic ()
 testImplementsGetMagic
 testStaticFunctions ()
 Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class)
 testWikiPageFactory ()

Protected Member Functions

 setUp ()
 creates a title object and its article object
 tearDown ()
 cleanup title object and its article object

Private Attributes

Article $article
Title $title

Detailed Description

Definition at line 3 of file ArticleTest.php.


Member Function Documentation

ArticleTest::setUp ( ) [protected]

creates a title object and its article object

Reimplemented from MediaWikiTestCase.

Definition at line 13 of file ArticleTest.php.

References article, Title\makeTitle(), and title.

ArticleTest::tearDown ( ) [protected]

cleanup title object and its article object

Reimplemented from MediaWikiTestCase.

Definition at line 20 of file ArticleTest.php.

References article, and title.

testImplementsSetMagic

Definition at line 41 of file ArticleTest.php.

Definition at line 26 of file ArticleTest.php.

testImplementsGetMagic

Definition at line 33 of file ArticleTest.php.

Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class)

Definition at line 60 of file ArticleTest.php.

Definition at line 77 of file ArticleTest.php.


Member Data Documentation

Article ArticleTest::$article [private]

Definition at line 10 of file ArticleTest.php.

Title ArticleTest::$title [private]

Definition at line 7 of file ArticleTest.php.


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