lime icon indicating copy to clipboard operation
lime copied to clipboard

Running the test suite fails with a 'Could not parse test output' error

Open b00gizm opened this issue 15 years ago • 5 comments

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.

b00gizm avatar Mar 16 '10 17:03 b00gizm

Can you please show me the contents of your lime.config.php?

webmozart avatar Mar 17 '10 21:03 webmozart

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.

b00gizm avatar Mar 17 '10 21:03 b00gizm

I suspected that. Please try deleting the lime.config.php and run --init again. Customize the new lime.config.php then.

webmozart avatar Mar 17 '10 21:03 webmozart

I tried, but I'm still having this issue :(

b00gizm avatar Mar 18 '10 11:03 b00gizm

Can you post your lime.config.php please?

webmozart avatar Mar 18 '10 11:03 webmozart