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

List of all members.

Public Member Functions

 setUp ()
 creates a title object and its article object
 tearDown ()
 cleanup title object and its article object
 testGetOrSetOnNewProperty ()
 testImplementsCallMagic ()
 testImplementsSetMagic
 testImplementsGetMagic ()
 testImplementsSetMagic ()
 testImplementsGetMagic
 testStaticFunctions ()
 Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class)
 testWikiPageFactory ()

Private Attributes

 $article
 $title

Detailed Description

Definition at line 3 of file ArticleTest.php.


Member Function Documentation

creates a title object and its article object

Definition at line 9 of file ArticleTest.php.

References Title\makeTitle().

cleanup title object and its article object

Reimplemented from MediaWikiTestCase.

Definition at line 16 of file ArticleTest.php.

testImplementsSetMagic

Definition at line 37 of file ArticleTest.php.

Definition at line 22 of file ArticleTest.php.

testImplementsGetMagic

Definition at line 29 of file ArticleTest.php.

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

Definition at line 56 of file ArticleTest.php.

References Article\getAutosummary(), WikiPage\selectFields(), and Article\selectFields().


Member Data Documentation

ArticleTest::$article [private]

Definition at line 6 of file ArticleTest.php.

ArticleTest::$title [private]

Definition at line 5 of file ArticleTest.php.

Referenced by testWikiPageFactory().


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