| 1 | <?php |
||
| 13 | class UnaryPlusTest extends \Tests\PHPSA\TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | public function getDataProviderForSuccess() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @dataProvider getDataProviderForSuccess |
||
| 34 | */ |
||
| 35 | public function testSuccessFromDataProvider($value) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @return array |
||
| 49 | */ |
||
| 50 | public function getDataProviderForUnsupported() |
||
| 56 | |||
| 57 | /** |
||
| 58 | * @dataProvider getDataProviderForUnsupported |
||
| 59 | */ |
||
| 60 | public function testUnsupportedOperandType($value) |
||
| 71 | } |
||
| 72 |