r90012 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90011‎ | r90012 | r90013 >
Date:21:49, 13 June 2011
Author:demon
Status:ok
Tags:
Comment:
Drop suite full of incomplete tests. Tired of it cluttering my runs
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/MediaWikiTest.php (deleted) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/MediaWikiTest.php
@@ -1,140 +0,0 @@
2 -<?php
3 -/**
4 - * Test class for MediaWiki.
5 - * Generated by PHPUnit on 2011-02-06 at 11:41:23.
6 - */
7 -class MediaWikiTest extends MediaWikiTestCase {
8 - /**
9 - * @var MediaWiki
10 - */
11 - protected $object;
12 -
13 - protected function setUp() {
14 - $context = new RequestContext;
15 - $this->object = new MediaWiki( $context );
16 - }
17 -
18 - protected function tearDown() {
19 - $this->object = NULL;
20 - }
21 -
22 - /**
23 - * @todo Implement testPerformRequestForTitle().
24 - */
25 - public function testPerformRequestForTitle() {
26 - // Remove the following lines when you implement this test.
27 - $this->markTestIncomplete(
28 - 'This test has not been implemented yet.'
29 - );
30 - }
31 -
32 - /**
33 - * @todo Implement testCheckMaxLag().
34 - */
35 - public function testCheckMaxLag() {
36 - // Remove the following lines when you implement this test.
37 - $this->markTestIncomplete(
38 - 'This test has not been implemented yet.'
39 - );
40 - }
41 -
42 - /**
43 - * @todo Implement testCheckInitialQueries().
44 - */
45 - public function testCheckInitialQueries() {
46 - // Remove the following lines when you implement this test.
47 - $this->markTestIncomplete(
48 - 'This test has not been implemented yet.'
49 - );
50 - }
51 -
52 - /**
53 - * @todo Implement testPreliminaryChecks().
54 - */
55 - public function testPreliminaryChecks() {
56 - // Remove the following lines when you implement this test.
57 - $this->markTestIncomplete(
58 - 'This test has not been implemented yet.'
59 - );
60 - }
61 -
62 - /**
63 - * @todo Implement testHandleSpecialCases().
64 - */
65 - public function testHandleSpecialCases() {
66 - // Remove the following lines when you implement this test.
67 - $this->markTestIncomplete(
68 - 'This test has not been implemented yet.'
69 - );
70 - }
71 -
72 - /**
73 - * @todo Implement testArticleFromTitle().
74 - */
75 - public function testArticleFromTitle() {
76 - // Remove the following lines when you implement this test.
77 - $this->markTestIncomplete(
78 - 'This test has not been implemented yet.'
79 - );
80 - }
81 -
82 - /**
83 - * @todo Implement testGetAction().
84 - */
85 - public function testGetAction() {
86 - // Remove the following lines when you implement this test.
87 - $this->markTestIncomplete(
88 - 'This test has not been implemented yet.'
89 - );
90 - }
91 -
92 - /**
93 - * @todo Implement testInitializeArticle().
94 - */
95 - public function testInitializeArticle() {
96 - // Remove the following lines when you implement this test.
97 - $this->markTestIncomplete(
98 - 'This test has not been implemented yet.'
99 - );
100 - }
101 -
102 - /**
103 - * @todo Implement testFinalCleanup().
104 - */
105 - public function testFinalCleanup() {
106 - // Remove the following lines when you implement this test.
107 - $this->markTestIncomplete(
108 - 'This test has not been implemented yet.'
109 - );
110 - }
111 -
112 - /**
113 - * @todo Implement testDoJobs().
114 - */
115 - public function testDoJobs() {
116 - // Remove the following lines when you implement this test.
117 - $this->markTestIncomplete(
118 - 'This test has not been implemented yet.'
119 - );
120 - }
121 -
122 - /**
123 - * @todo Implement testRestInPeace().
124 - */
125 - public function testRestInPeace() {
126 - // Remove the following lines when you implement this test.
127 - $this->markTestIncomplete(
128 - 'This test has not been implemented yet.'
129 - );
130 - }
131 -
132 - /**
133 - * @todo Implement testPerformAction().
134 - */
135 - public function testPerformAction() {
136 - // Remove the following lines when you implement this test.
137 - $this->markTestIncomplete(
138 - 'This test has not been implemented yet.'
139 - );
140 - }
141 -}

Status & tagging log