Rename image class variables to match our current naming convention. Implement a unit test for

the image class
This commit is contained in:
Chris Morgan
2006-06-30 19:42:39 +00:00
committed by WineHQ
parent 1fd44ae416
commit c4caf6c85f
3 changed files with 415 additions and 147 deletions

View File

@@ -5,9 +5,12 @@
/* TODO: test the rest of the classes we have */
error_reporting(E_ALL ^ E_NOTICE);
include_once("test_user.php");
echo "\n";
include_once("test_db.php");
echo "\n";
include_once("test_image.php");
?>