r72323 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r72322
|
r72323
|
r72324
>
Date:
22:07, 3 September 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Follow-up
r65504
. Use canonical class name.
Modified paths:
/trunk/phase3/maintenance/tests/TitlePermissionTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tests/TitlePermissionTest.php
—
—
@@ -1,6 +1,6 @@
2
2
<?php
3
3
4
-class TitlePermissionTest extends PhpUnit_Framework_TestCase {
4
+class TitlePermissionTest extends PHPUnit_Framework_TestCase {
5
5
static $title;
6
6
static $user;
7
7
static $anonUser;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r65504
* Refactor super-long title function...
mah
06:22, 24 April 2010
Status & tagging log
11:49, 6 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r72323
[
removed:
new
added:
ok]