[UPDATED] please read the last post
Hi everybody!
I'm stucked in the functional testing
I have the files:
<ul type="square">
<li>lib/test/JobeetTestFunctional.class.php
<li>test/functional/frontend/jobActionsTest.php
<li>test/functional/frontend/categoryActionsTest.php
</ul>
as the ones shown on [day 9] "Learn by the Example" section, but when I execute "symfony test:functional frontend" I get this:
categoryActionsTest......................................... .........not ok
Failed tests: 7, 8, 9, 10
jobActionsTest.............................................. .........dubious
Test returned status 255
Failed Test Stat Total Fail List of Failed
------------------------------------------------------------ ------
categoryActionsTest 0 4 4 7 8 9 10
jobActionsTest 255 0 0
Failed 2/2 test scripts, 0.00% okay. 4/16 subtests failed, 75.00% okay.
Any idea?
Thanks in advance
