1 | <?php |
||
12 | class JohnDoeTest extends AbstractPlayerTest |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritDoc} |
||
16 | * |
||
17 | * @dataProvider getSteps |
||
18 | */ |
||
19 | public function testPlay($stepNumber) |
||
24 | |||
25 | /** |
||
26 | * {@inheritDoc} |
||
27 | */ |
||
28 | protected function getPlayer() |
||
32 | |||
33 | /** |
||
34 | * @return \FizzBuzzDomain\Players\JohnDoe |
||
35 | */ |
||
36 | protected function getLosingPlayer() |
||
40 | } |
||
41 |