Exemplo n.º 1
0
 /**
  * Tests whether the constructor instantiates the correct dependencies.
  * @covers Cilex\Games\Sevens::__construct
  * @covers Cilex\Players\Player::setName
  * @covers Cilex\Players\Player::getName
  */
 public function testConstruct()
 {
     $this->assertEquals('test', $this->object->getName());
 }