|
MediaWiki
REL1_23
|


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) Article::selectFields Article::onArticleCreate Article::onArticleDelete Article::onArticleEdit Article::getAutosummary. | |
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 |
Definition at line 3 of file ArticleTest.php.
| 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.
Definition at line 56 of file ArticleTest.php.
testImplementsSetMagic Article::__call
Definition at line 46 of file ArticleTest.php.
Definition at line 29 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 74 of file ArticleTest.php.
Definition at line 10 of file ArticleTest.php.
Definition at line 7 of file ArticleTest.php.