====================== PhpMyObject Unit Tests ====================== First things first! =================== PhpMyObject is copyright (c) 2007-2008 Nicolas Boiteux PhpMyProject is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. Running the tests ================= To run these tests, you will need to download the Simpletest framework from http://simpletest.sourceforge.net/ and install it into a location under your web root directory. Then, you need to edit the config.php file and setup your environment. I usually put my libraries under a libs directory but you can do whatever you want and just adapt the paths in config.php. PhpMyObject tests are located in pmo/PMO_tests. To launch all tests, juste go to http://your-server/pmo/PMO_tests/PMO_TestSuite.php To launch individual tests, go to http://your-server.ext/pmo/PMO_tests/ and select the test your want to perform. If you find any bug or need any help ==================================== If you need any help or find a bug in either PhpMyObject or in these tests, please go to our PMO forum at http://www.developpez.net/forums/forumdisplay.php?f=770 and fire away. We will enjoy it. Thank you for trying out PMO and have fun! Nicolas and Louis