Exemplo n.º 1
0
 /**
  * @expectedException    InvalidArgumentException
  * @dataProvider         fromLdapDateTimeException
  */
 public function testFromLdapDateTimeThrowsException($value)
 {
     Converter::fromLdapDatetime($value);
 }