Example #1
0
 public function testGetDatetimeNowPlaceHolder()
 {
     $this->assertNull($this->config->getDatetimeNowPlaceHolder());
     $this->setConfig(array('datetime' => 'date_time'));
     $this->assertEquals('date_time', $this->config->getDatetimeNowPlaceHolder());
 }