| 1 | <?php |
||
| 9 | class BitwiseNotTest extends \Tests\PHPSA\TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function getDataProvider() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Tests ~{expr} |
||
| 26 | * |
||
| 27 | * @dataProvider getDataProvider |
||
| 28 | */ |
||
| 29 | public function testSimpleSuccessCompile($a, $b) |
||
| 40 | |||
| 41 | public function testUnexpectedTypes() |
||
| 52 | } |
||
| 53 |