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