I am new to symfony. I am trying to set up unit testing for my
validators. I installed the sfModelTest to help me. Everything works
great when I run the tests individually with "symfony test-unit
myLoginValidator" but when I run them them using the batch, I get:
$symfony test-unit
PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on
line 0
myLoginValidatorTest.................................................dubious
Test returned status 255
myUserTest...........................................................dubious
Test returned status 255
Failed Test Stat Total Fail List of Failed
------------------------------------------------------------------
myLoginValidatorTest 255 0 0
myUserTest 255 0 0
Failed 2/2 test scripts, 0.00% okay. 0/0 subtests failed, 0.00%
okay.
Any ideas why this plugin doesn't work in batch mode?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---