| 1 | <?php |
||
| 11 | class InnerShifterTest extends \PHPUnit_Framework_TestCase |
||
| 12 | { |
||
| 13 | public function testCurrentValuePassesValueFromInnerShifterToOuterShifter() |
||
| 25 | |||
| 26 | public function testNextReturnsValueFromOuterShifter() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
| 40 | */ |
||
| 41 | private function mockShifter() |
||
| 48 | } |
||
| 49 |