コード例 #1
0
 /**
  * @covers Rhumsaa\Uuid\Console\Util\ErrorHandler::handle
  */
 public function testHandleNoException()
 {
     error_reporting(0);
     $this->assertEmpty(ErrorHandler::handle(1, 'Test exception', __FILE__, __LINE__));
 }