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

List of all members.

Public Member Functions

 testGetOrSetOnNewProperty ()
 Article::__get Article::__set
 testImplementsCallMagic ()
 testImplementsSetMagic Article::__call
 testImplementsGetMagic ()
 Article::__get
 testImplementsSetMagic ()
 testImplementsGetMagic Article::__set
 testStaticFunctions ()
 Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class)

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 Article::__call

Definition at line 46 of file ArticleTest.php.

testImplementsGetMagic Article::__set

Definition at line 37 of file ArticleTest.php.

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

Article::selectFields Article::onArticleCreate Article::onArticleDelete Article::onArticleEdit Article::getAutosummary

Definition at line 76 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: