Merge "Revert "(bug 24620) Add tests for LogFormatter""
authorReedy <reedy@wikimedia.org>
Mon, 10 Dec 2012 01:25:40 +0000 (01:25 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 10 Dec 2012 01:25:40 +0000 (01:25 +0000)
CREDITS
tests/phpunit/StructureTest.php

diff --git a/CREDITS b/CREDITS
index 6555b07..217109a 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -85,6 +85,7 @@ following names for their contribution to the product.
 * Agbad
 * Ahmad Sherif
 * Alejandro Mery
+* Alexander Monk
 * Amalthea
 * Amir E. Aharoni
 * Andrew Dunbar
@@ -129,7 +130,6 @@ following names for their contribution to the product.
 * John N
 * Karun Dambiec
 * Kim Hyun-Joon
-* Krenair
 * Lee Worden
 * Lejonel
 * liangent
index 17ea06c..dfbcc9d 100644 (file)
@@ -8,6 +8,7 @@ class StructureTest extends MediaWikiTestCase {
        /**
         * Verify all files that appear to be tests have file names ending in
         * Test.  If the file names do not end in Test, they will not be run.
+        * @group medium
         */
        public function testUnitTestFileNamesEndWithTest() {
                if ( wfIsWindows() ) {