[Solar-talk] New PHPUnit3 Tests
Travis Swicegood
development at domain51.com
Thu Dec 7 09:26:10 PST 2006
Rodrigo Moraes wrote:
> However... hmmm. The phpunit.bat file I use doesn't include
> SolarUnitTest.config.php before running Command.php:
>
> set PHPBIN="k:\server\php5\php.exe"
> "%PHPBIN%" "K:\server\pear\pear/PHPUnit/TextUI/Command.php" %*
>
> So I've created a bat file in the tests dir and changed it to this:
>
> set PHPBIN="k:\server\php5\php.exe"
> "%PHPBIN%" "K:\Libraries\SVN\Solar\trunk\tests\SolarUnitTest.config.php"
> "%PHPBIN%" "K:\server\pear\pear/PHPUnit/TextUI/Command.php" %*
>
Of course! That's what the "phpunit" file does in the tests directory
right now. That helps make sure the right files are in the right path.
I guess I need to add a .bat file for Windows testers too.
-T
More information about the solar-talk
mailing list