MediaWiki  REL1_19
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().

Here is the call graph for this function:

cleanup title object and its article object

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().

Here is the call graph for this function:

Definition at line 69 of file ArticleTest.php.

References $page, $title, WikiPage\factory(), and Title\makeTitle().

Here is the call graph for this function:


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: