Ejemplo n.º 1
0
 /**
  * @covers Fuel\Common\Date::createFromFormat
  * @expectedException  \OutOfBoundsException
  * @group Common
  */
 public function testCreateFromFormatIllegalException()
 {
     $this->instance->createFromFormat('mysql', '1000-01-01 01:01:01 illegal format');
 }