hello.
how do i test in cmd the script to see the errors in phpunit ?
what is the command line ?
10x
phpunit - problems
Moderator: General Moderators
- MindOverBody
- Forum Commoner
- Posts: 96
- Joined: Fri Aug 06, 2010 9:01 pm
- Location: Osijek, Croatia
Re: phpunit - problems
You can start test case with following command:
[text]phpunit <path_to_testcase>[/text]
Please visit:
http://phpunit.de/manual/current/en/textui.html
[text]phpunit <path_to_testcase>[/text]
Please visit:
http://phpunit.de/manual/current/en/textui.html
Re: phpunit - problems
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>
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>