1..6
# sfTimer starting and stopping
ok 1 - ->getCalls() returns the amount of addTime() calls
ok 2 - ->getElapsedTime() returns a value greater than zero. No precision is tested by the unit test to avoid false alarms
# sfTimerManager
ok 3 - ::getTimer() returns an sfTimer instance
ok 4 - ::getTimers() returns an array with the timers created by the timer manager
ok 5 - ::getTimers() returns an array with keys being the timer name
ok 6 - ::clearTimers() empties the list of the timer instances
# Looks like everything went fine.