summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c368a43)
Change-Id: Ibd3439f677dec5177b53317f113ed2aa8ddc2633
* @param string $filename
* @param float $expectedLength
* @dataProvider provideGetLength
* @param string $filename
* @param float $expectedLength
* @dataProvider provideGetLength
+ * @covers GIFHandler::getLength
*/
public function testGetLength( $filename, $expectedLength ) {
$file = $this->dataFile( $filename, 'image/gif' );
*/
public function testGetLength( $filename, $expectedLength ) {
$file = $this->dataFile( $filename, 'image/gif' );
* @param string $filename
* @param float $expectedLength
* @dataProvider provideGetLength
* @param string $filename
* @param float $expectedLength
* @dataProvider provideGetLength
+ * @covers PNGHandler::getLength
*/
public function testGetLength( $filename, $expectedLength ) {
$file = $this->dataFile( $filename, 'image/png' );
*/
public function testGetLength( $filename, $expectedLength ) {
$file = $this->dataFile( $filename, 'image/png' );
+
+/**
+ * @covers WebPHandler
+ */
class WebPHandlerTest extends MediaWikiTestCase {
public function setUp() {
parent::setUp();
class WebPHandlerTest extends MediaWikiTestCase {
public function setUp() {
parent::setUp();