| 1 | <?php |
||
| 9 | class PlayerTest extends \PHPUnit_Framework_TestCase |
||
| 10 | {
|
||
| 11 | /** |
||
| 12 | * @var Player |
||
| 13 | */ |
||
| 14 | private $player; |
||
| 15 | |||
| 16 | public function setUp() |
||
| 20 | |||
| 21 | public function tearDown() |
||
| 25 | |||
| 26 | public function testEquals() |
||
| 40 | |||
| 41 | public function testSetTeam() |
||
| 49 | |||
| 50 | public function testSetPlayerSkills() |
||
| 57 | } |
||
| 58 |