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 @@ |
19 | 19 | // TimedMediaHandler |
20 | 20 | require( "$IP/extensions/TimedMediaHandler/TimedMediaHandler.php" ); |
21 | 21 | |
22 | | - // For boxes doing transcoding you should increase the allocated shell memmory: |
| 22 | + // For boxes doing transcoding you should increase the allocated shell memory: |
23 | 23 | $wgMaxShellMemory = 102400*64; |
24 | 24 | |
25 | 25 | |