| 1 | <?php |
||
| 7 | class UtilsTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | public function testIsCli() |
||
| 13 | |||
| 14 | public function testWhoAmI() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @dataProvider getNumbersToRangeTextData |
||
| 24 | */ |
||
| 25 | public function testNumbersToRangeText(array $range, $expected) |
||
| 29 | |||
| 30 | public function getNumbersToRangeTextData() |
||
| 40 | } |
||
| 41 |