File/test/run_all.php

Description

StockManiac is a Web Application to simply manage stocks in a (private) Bank Account.

This program 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 2 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, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

---

This file will run all tests in our test suit. It can be called through a browser or on the command line using PHPs CLI mode. Call it with 'php run_all.php'

Includes
 require_once ('../config/path.inc.php') (line 39)

load all code we need

 require_once (_MAGIC_PATH.PATH_EXTERNAL.'/simpletest/autorun.php') (line 40)
 require_once (_MAGIC_PATH.PATH_EXTERNAL.'/simpletest/web_tester.php') (line 41)

Documentation generated on Sun, 22 Aug 2010 11:20:23 +0200 by phpDocumentor 1.4.3