| 1 | <?php |
||
| 9 | class ArrayCastTest extends \Tests\PHPSA\TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function getDataProvider() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Tests (array) {expr} = {expr} |
||
| 23 | * |
||
| 24 | * @dataProvider getDataProvider |
||
| 25 | */ |
||
| 26 | public function testSimpleSuccessCompile($a, $b) |
||
| 37 | |||
| 38 | public function testUnexpectedType() |
||
| 49 | } |
||
| 50 |