| 1 | <?php |
||
| 8 | class IfTest extends \Tests\PHPSA\TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Tests if ($stmtTest = 2) creates the variable |
||
| 12 | */ |
||
| 13 | public function testIfConditionCreatesVar() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Tests if (1 == 1) { $stmtTest = 2; } creates the variable |
||
| 35 | */ |
||
| 36 | public function testIfStatementCreatesVar() |
||
| 58 | } |
||
| 59 |