/**
  * @covers BinaryBeast::match
  */
 public function test_match_game()
 {
     $this->assertInstanceOf('BBMatchGame', $this->object->match_game, '$this->object->match_game did not return a new BBMatchGame');
     $this->assertInstanceOf('BBMatchGame', $this->object->match_game(), '$this->object->match_game() did not return a new BBMatchGame');
 }