Removed configuration storage in the MediaWiki class:
[lhc/web/wiklou.git] / tests / phpunit / includes / MediaWikiTest.php
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;
11
12 protected function setUp() {
13 $context = new RequestContext;
14 $this->object = new MediaWiki( $context );
15 }
16
17 protected function tearDown() {
18 $this->object = NULL;
19 }
20
21 /**
22 * @todo Implement testPerformRequestForTitle().
23 */
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.'
28 );
29 }
30
31 /**
32 * @todo Implement testCheckMaxLag().
33 */
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.'
38 );
39 }
40
41 /**
42 * @todo Implement testCheckInitialQueries().
43 */
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.'
48 );
49 }
50
51 /**
52 * @todo Implement testPreliminaryChecks().
53 */
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.'
58 );
59 }
60
61 /**
62 * @todo Implement testHandleSpecialCases().
63 */
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.'
68 );
69 }
70
71 /**
72 * @todo Implement testArticleFromTitle().
73 */
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.'
78 );
79 }
80
81 /**
82 * @todo Implement testGetAction().
83 */
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.'
88 );
89 }
90
91 /**
92 * @todo Implement testInitializeArticle().
93 */
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.'
98 );
99 }
100
101 /**
102 * @todo Implement testFinalCleanup().
103 */
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.'
108 );
109 }
110
111 /**
112 * @todo Implement testDoJobs().
113 */
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.'
118 );
119 }
120
121 /**
122 * @todo Implement testRestInPeace().
123 */
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.'
128 );
129 }
130
131 /**
132 * @todo Implement testPerformAction().
133 */
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.'
138 );
139 }
140 }