r90616 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90615
|
r90616
|
r90617
>
Date:
22:11, 22 June 2011
Author:
reedy
Status:
ok
Tags:
Comment:
require_once dirname( dirname( __FILE__ ) ) . '/api/ApiSetup.php';
Followup
r90607
Modified paths:
/trunk/phase3/tests/phpunit/includes/upload/UploadFromUrlTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/upload/UploadFromUrlTest.php
—
—
@@ -1,6 +1,6 @@
2
2
<?php
3
3
4
-require_once dirname( __FILE__ ) . '/api/ApiSetup.php';
4
+require_once dirname( dirname( __FILE__ ) ) . '/api/ApiSetup.php';
5
5
6
6
/**
7
7
* @group Broken
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r90607
Move upload tests to upload folder
reedy
21:34, 22 June 2011
Status & tagging log
00:29, 23 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r90616
[
removed:
new
added:
ok]