Re: CVS update: /cowiki/misc/development/tests/

"Daniel T. Gorski" <[email protected]> Sat, 7 May 2005 23:25:26 +0200
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <20050507212526.GF16434@bantha>
On 07 May 17:10, [email protected] wrote:

>     //--------------------------------------------------------
>     //  This line has to be set because the test code is 
>     //  not presently in the coWiki directory structure.
>     //--------------------------------------------------------
>     $base_path = "/code/src/cowiki/cowiki/includes/cowiki/";

htdocs/include.path contains the include paths (htdocs/index.php and
htdocs/admin.php read the paths from that file too). The line above should
load dynamic values. Also should be the location of PHPUnit dynamic and/or
changeable without touching the code of the tests themselves.

regards dtg