"PHP Error" when running PHPUnit tests from within Komodo IDE.
Posted
by Pheter
on Super User
See other posts from Super User
or by Pheter
Published on 2010-06-08T21:17:52Z
Indexed on
2010/06/08
21:23 UTC
Read the original article
Hit count: 265
I am using the latest version of the Komodo IDE, PEAR and PHPUnit with PHP version 5.3.0. When I run the unit tests for my Komodo project the tests run correctly, but regardless of whether there are any tests to run or not I get shown the error:
---------------------------
PHP Error
---------------------------
parse error in Unknown on line 7
---------------------------
OK
---------------------------
Everything works fine despite this error but it is irritating to see every time I run my tests. Furthermore, running the unit tests from the command line does not trigger any kind of error, suggesting that this is a problem with Komodo.
How can I fix the error or, at the very least, stop it from showing up.
© Super User or respective owner