| 1 | <?php |
||
| 9 | class IntCastTest extends \Tests\PHPSA\TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function getDataProvider() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Tests (int) {expr} = {expr} |
||
| 28 | * |
||
| 29 | * @dataProvider getDataProvider |
||
| 30 | */ |
||
| 31 | public function testSimpleSuccessCompile($a, $b) |
||
| 42 | |||
| 43 | public function testUnexpectedType() |
||
| 54 | } |
||
| 55 |