1..7 # ->initialize() ok 1 - ->initialize() parameters must contains a file parameter # ->log() not ok 2 - ->log() logs a message to the file # Failed test (./sfFileLoggerTest.php at line 41) # '' # doesn't match '/foo/' not ok 3 - ->log() logs a message to the file # Failed test (./sfFileLoggerTest.php at line 44) # '' # doesn't match '/bar/' # option: format ok 4 - ->initialize() can take a format option ok 5 - ->initialize() can take a format option # option: time_format ok 6 - ->initialize() can take a format option # option: type ok 7 - ->initialize() can take a format option # ->shutdown() # Looks like you failed 2 tests of 7.