Esempio n. 1
0
 public function testSetDateTimeFormatDoesNothing()
 {
     $formatter = new FirePhp();
     $this->assertEquals('', $formatter->getDateTimeFormat());
     $this->assertSame($formatter, $formatter->setDateTimeFormat('r'));
     $this->assertEquals('', $formatter->getDateTimeFormat());
 }