r85084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85083‎ | r85084 | r85085 >
Date:20:20, 31 March 2011
Author:dale
Status:deferred
Tags:
Comment:
moved test files to tests keeps with convention
Modified paths:
  • /trunk/extensions/TimedMediaHandler/README (modified) (history)
  • /trunk/extensions/TimedMediaHandler/test (deleted) (history)
  • /trunk/extensions/TimedMediaHandler/tests/test (added) (history)
  • /trunk/extensions/TimedMediaHandler/tests/test/phpunit/WebVideoApiVideoInfoTest.php (added) (history)
  • /trunk/extensions/TimedMediaHandler/tests/test/selenium (deleted) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/tests/test/phpunit/WebVideoApiVideoInfoTest.php
@@ -0,0 +1,16 @@
 2+<?php
 3+
 4+require_once 'PHPUnit/Framework/TestCase.php';
 5+require_once dirname(__FILE__) . '/commandLine.inc';
 6+
 7+/**
 8+ * TMHApiVideoInfoTest test case.
 9+ *
 10+ * @ingroup timedmedia
 11+ * @since 0.2
 12+ * @author Michael Dale
 13+ */
 14+class TMHApiVideoInfoTest extends PHPUnit_Framework_TestCase {
 15+
 16+
 17+}
\ No newline at end of file
Index: trunk/extensions/TimedMediaHandler/README
@@ -18,7 +18,7 @@
1919 // TimedMediaHandler
2020 require( "$IP/extensions/TimedMediaHandler/TimedMediaHandler.php" );
2121
22 - // For boxes doing transcoding you should increase the allocated shell memmory:
 22+ // For boxes doing transcoding you should increase the allocated shell memory:
2323 $wgMaxShellMemory = 102400*64;
2424
2525

Status & tagging log