Qual: Removed warnings

This commit is contained in:
Laurent Destailleur
2012-09-19 12:49:58 +02:00
parent 60fc0f2b74
commit 1347ecf14e
15 changed files with 79 additions and 54 deletions

View File

@@ -139,7 +139,7 @@ class ImagesLibTest extends PHPUnit_Framework_TestCase
$this->assertEquals($tmp['width'],250);
$this->assertEquals($tmp['height'],20);*/
return $result;
return 1;
}
}