Page 1 of 1

phpunit - problems

Posted: Fri May 31, 2013 2:16 am
by fabby
hello.
how do i test in cmd the script to see the errors in phpunit ?
what is the command line ?
10x

Re: phpunit - problems

Posted: Mon Jun 03, 2013 3:25 am
by MindOverBody
You can start test case with following command:
[text]phpunit <path_to_testcase>[/text]

Please visit:
http://phpunit.de/manual/current/en/textui.html

Re: phpunit - problems

Posted: Tue Jun 04, 2013 1:53 am
by fabby
i rezolved!
i have to enter in cmd, to change the path with the path where the file is, and then to enter phpunit <name_of_the_php_file>