Example #1
0
 /**
  * Test in throws exception
  */
 public function testInThrowsException()
 {
     static::setExpectedExceptionRegExp('Todstoychev\\Icr\\Exception\\IcrRuntimeException');
     $this->point->in(new Box(5, 5));
 }