11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
|
|
/* Main test function. To add new tests include_once() */
|
|
/* your test file here */
|
|
|
|
/* TODO: test the rest of the classes we have */
|
|
|
|
include_once("test_user.php");
|
|
|
|
|
|
?>
|