Ejemplo n.º 1
0
 /**
  * @covers BinaryBeast::game
  */
 public function testGame()
 {
     $this->assertInstanceOf('BBGame', $this->object->game, '$this->object->game did not return a new BBGame');
     $this->assertInstanceOf('BBGame', $this->object->game(), '$this->object->game() did not return a new BBGame');
 }