Example #1
0
 /**
  * Tests get x with no box set
  */
 public function testGetXWithoutBoxSet()
 {
     static::setExpectedExceptionRegExp('Todstoychev\\Icr\\Exception\\IcrRuntimeException');
     $this->point->getX();
 }