Search found 3 matches

by ethereal1m_
Thu Jul 08, 2010 2:47 am
Forum: Testing
Topic: phpunit: my test doesn't return anything
Replies: 3
Views: 8290

Re: phpunit: my test doesn't return anything

My initial answer regarding to the problem saying that "some library files is not included" is nothing to do with the problem. Turns out that the previous run of phpunit outputing an empty xml file that holding phpunit from execution. Therefore at the time phpunit was not executed at all. ...
by ethereal1m_
Tue Jun 08, 2010 2:34 am
Forum: Testing
Topic: phpunit: my test doesn't return anything
Replies: 3
Views: 8290

Re: phpunit: my test doesn't return anything

turns out that I didn't include some library files that causing this behaviour. Problem is fixed now.

regards,
ethereal1m
by ethereal1m_
Wed May 26, 2010 6:29 am
Forum: Testing
Topic: phpunit: my test doesn't return anything
Replies: 3
Views: 8290

phpunit: my test doesn't return anything

Dear all, I'm in the process of learning of using phpunit and Zend Framework by executing tests code from book example. I don't know if the code is outdated or I miss anything, when I execute the test, it doesn't output anything to stdout. Below if my my test, called AllTest.php: if (!defined('PHPUn...