コード例 #1
0
ファイル: BridgeTest.php プロジェクト: Vincebml/PHPatterns
 public function testGodMove()
 {
     $this->assertSame('Moving by teleportation...', $this->god->move());
 }