lime
lime copied to clipboard
Running the test suite fails with a 'Could not parse test output' error
If I try to run my whole test suite via php lime every single tests fails with the following output
Foo..................................................................not ok
Errors:
Could not parse test output: " a:2:{i:0;s:5:"focus";i:1;a:1:{i:0;s:70:"/path/to/project/test/unit/FooTest.php";}}"
If I run all my tests manually via e.g. php lime test=Foo, they all pass.
Can you please show me the contents of your lime.config.php?
I basically c+p it from the Lime2 root folder (and just did one minor change).
I ran all the test you provided with the framework and everything went well, but when I ran my tests I got this output from above.
I suspected that. Please try deleting the lime.config.php and run --init again. Customize the new lime.config.php then.
I tried, but I'm still having this issue :(
Can you post your lime.config.php please?