<?php
/* Main test function. To add new tests include_once() */
/* your test file here */
/* 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_query.php");
include_once("test_image.php");
?>