|
Anyone able to help? Looks like a phpunit issue which I am not to familiar with
On 6/18/07, Thomas Weidner <[hidden email]> wrote: > It would be nice if someone can help me getting the sandbox running... > I am having the phpunit problem since 12 weeks and I can not get phpunit > running on the sandbox server. > > All I get is: > ***************** > .-bash-3.00$ phpunit AllTests > X-Powered-By: PHP/5.2.0 > Content-type: text/html > > PHPUnit 3.0.6 by Sebastian Bergmann. > > File "AllTests.php" could not be found or is not readable. > ***************** > > PLEASE HELP ! > Or have I to wait another 12 weeks ? > > Greetings > a frustrated Thomas > > |
|
Hi Richard, Thomas,
Pointing out the obvious - forgive me if this is too simplictic - shouldn't the command be "phpunit Alltests.php" (note the .php) Or "php Alltests.php" for that matter... Richard Thomas wrote: > Anyone able to help? Looks like a phpunit issue which I am not to > familiar with > > On 6/18/07, Thomas Weidner <[hidden email]> wrote: >> It would be nice if someone can help me getting the sandbox running... >> I am having the phpunit problem since 12 weeks and I can not get phpunit >> running on the sandbox server. >> >> All I get is: >> ***************** >> .-bash-3.00$ phpunit AllTests >> X-Powered-By: PHP/5.2.0 >> Content-type: text/html >> >> PHPUnit 3.0.6 by Sebastian Bergmann. >> >> File "AllTests.php" could not be found or is not readable. >> ***************** >> >> PLEASE HELP ! >> Or have I to wait another 12 weeks ? >> >> Greetings >> a frustrated Thomas >> >> |
|
In reply to this post by cyberlot
Hi,
Please excuse my quick reply. I got the same error while running "phpunit Alltests" and figured that to be the missing extention. I now see that it was the wrong case (T) and that "phpunit AllTests" should work. Kind regards, Ramon Richard Thomas wrote: > Anyone able to help? Looks like a phpunit issue which I am not to > familiar with > > On 6/18/07, Thomas Weidner <[hidden email]> wrote: >> It would be nice if someone can help me getting the sandbox running... >> I am having the phpunit problem since 12 weeks and I can not get phpunit >> running on the sandbox server. >> >> All I get is: >> ***************** >> .-bash-3.00$ phpunit AllTests >> X-Powered-By: PHP/5.2.0 >> Content-type: text/html >> >> PHPUnit 3.0.6 by Sebastian Bergmann. >> >> File "AllTests.php" could not be found or is not readable. >> ***************** >> >> PLEASE HELP ! >> Or have I to wait another 12 weeks ? >> >> Greetings >> a frustrated Thomas >> >> |
| Powered by Nabble | Edit this page |
