Ejemplo n.º 1
0
 public function test_length_is_sum_of_coordinates()
 {
     $point = new Point(5, 8);
     static::assertEquals(13, $point->length());
 }