* upgrade patches for oracle 1.17->1.19
[mediawiki.git] / tests / phpunit / includes / MediaWikiTest.php
blobdb74cb9a9b437f4d5552bf9784c1fa240b395e30
1 <?php
2 /**
3 * Test class for MediaWiki.
4 * Generated by PHPUnit on 2011-02-06 at 11:41:23.
5 */
6 class MediaWikiTest extends MediaWikiTestCase {
7 /**
8 * @var MediaWiki
9 */
10 protected $object;
12 protected function setUp() {
13 $context = new RequestContext;
14 $this->object = new MediaWiki( $context );
17 protected function tearDown() {
18 $this->object = NULL;
21 /**
22 * @todo Implement testPerformRequestForTitle().
24 public function testPerformRequestForTitle() {
25 // Remove the following lines when you implement this test.
26 $this->markTestIncomplete(
27 'This test has not been implemented yet.'
31 /**
32 * @todo Implement testCheckMaxLag().
34 public function testCheckMaxLag() {
35 // Remove the following lines when you implement this test.
36 $this->markTestIncomplete(
37 'This test has not been implemented yet.'
41 /**
42 * @todo Implement testCheckInitialQueries().
44 public function testCheckInitialQueries() {
45 // Remove the following lines when you implement this test.
46 $this->markTestIncomplete(
47 'This test has not been implemented yet.'
51 /**
52 * @todo Implement testPreliminaryChecks().
54 public function testPreliminaryChecks() {
55 // Remove the following lines when you implement this test.
56 $this->markTestIncomplete(
57 'This test has not been implemented yet.'
61 /**
62 * @todo Implement testHandleSpecialCases().
64 public function testHandleSpecialCases() {
65 // Remove the following lines when you implement this test.
66 $this->markTestIncomplete(
67 'This test has not been implemented yet.'
71 /**
72 * @todo Implement testArticleFromTitle().
74 public function testArticleFromTitle() {
75 // Remove the following lines when you implement this test.
76 $this->markTestIncomplete(
77 'This test has not been implemented yet.'
81 /**
82 * @todo Implement testGetAction().
84 public function testGetAction() {
85 // Remove the following lines when you implement this test.
86 $this->markTestIncomplete(
87 'This test has not been implemented yet.'
91 /**
92 * @todo Implement testInitializeArticle().
94 public function testInitializeArticle() {
95 // Remove the following lines when you implement this test.
96 $this->markTestIncomplete(
97 'This test has not been implemented yet.'
102 * @todo Implement testFinalCleanup().
104 public function testFinalCleanup() {
105 // Remove the following lines when you implement this test.
106 $this->markTestIncomplete(
107 'This test has not been implemented yet.'
112 * @todo Implement testDoJobs().
114 public function testDoJobs() {
115 // Remove the following lines when you implement this test.
116 $this->markTestIncomplete(
117 'This test has not been implemented yet.'
122 * @todo Implement testRestInPeace().
124 public function testRestInPeace() {
125 // Remove the following lines when you implement this test.
126 $this->markTestIncomplete(
127 'This test has not been implemented yet.'
132 * @todo Implement testPerformAction().
134 public function testPerformAction() {
135 // Remove the following lines when you implement this test.
136 $this->markTestIncomplete(
137 'This test has not been implemented yet.'