Beispiel #1
0
 public function testImage_WithPath_ReturnPath()
 {
     $game = new Game();
     $game->setImagePath("/images/game.jpg");
     $this->assertEquals('/images/game.jpg', $game->getImagePath());
 }