1 | <?php |
||
8 | class ReverseMoveTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | use ServiceGetterTrait; |
||
11 | |||
12 | public function testGetCode() |
||
21 | |||
22 | /** |
||
23 | * @param string $code |
||
24 | * @return Unit |
||
25 | */ |
||
26 | public function getUnit($code) |
||
38 | |||
39 | /** |
||
40 | * @param bool $expects |
||
41 | * @return ResourceInterface |
||
42 | */ |
||
43 | protected function getResource($expects = false) |
||
53 | |||
54 | public function testProcess() |
||
66 | } |
||
67 |