Index: trunk/extensions/TimedMediaHandler/tests/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 |