Example #1
0
 public function test7()
 {
     $chess = new ChessPublicator('8/RPP5/8/3k4/5Bp1/6Pp/P4P1P/5K2 w - - 1 42');
     $this->assertSame($chess->perft(1), 26);
 }