예제 #1
0
 protected function setUp()
 {
     $this->_chessBoard = new ChessBoard();
     $this->_testSubject = new Pawn(PieceColorEnum::WHITE());
 }