1..6 # ->initialize() ok 1 - ->initialize() can take a loggers parameter ok 2 - ->initialize() can take a loggers parameter # ->log()
Warning: file_get_contents(/tmp/sf_log_file.txt): failed to open stream: No such file or directory in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/test/unit/log/sfAggregateLoggerTest.php on line 40
not ok 3 - ->log() logs a message to all loggers # Failed test (./sfAggregateLoggerTest.php at line 41) # '' # doesn't match '/foo/' ok 4 - ->log() logs a message to all loggers ok 5 - ->addLogger() adds a new sfLogger instance ok 6 - ->addLoggers() adds an array of sfLogger instances # ->shutdown()
Warning: unlink(/tmp/sf_log_file.txt): No such file or directory in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/test/unit/log/sfAggregateLoggerTest.php on line 57
Looks like you failed 1 tests of 6.