Beispiel #1
0
 public function testAsciiIsEchoString()
 {
     $a = new Chess();
     $b = new Chess();
     $this->assertEquals($a->ascii(), strval($b));
 }