예제 #1
0
파일: ErrorsTest.php 프로젝트: headzoo/core
 /**
  * @covers ::toInteger
  * @dataProvider providerToInteger
  * @expectedException Headzoo\Core\Exceptions\InvalidArgumentException
  */
 public function testToInteger_Invalid($value)
 {
     Errors::toInteger($value);
 }