| 1 | <?php |
||
| 13 | class BooleanNotTest extends \Tests\PHPSA\TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | public function getDataProvider() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Tests !{expr} |
||
| 34 | * |
||
| 35 | * @see \PHPSA\Compiler\Expression\Operators\Logical\BooleanNot |
||
| 36 | * @dataProvider getDataProvider |
||
| 37 | */ |
||
| 38 | public function testSimpleSuccessCompile($a, $b) |
||
| 49 | |||
| 50 | public function testUnexpectedType() |
||
| 61 | } |
||
| 62 |