1 | <?php |
||
8 | class DoTest extends \Tests\PHPSA\TestCase |
||
9 | { |
||
10 | /** |
||
11 | * Tests do {} while ($stmtTest = 2) creates the variable |
||
12 | */ |
||
13 | public function testDoConditionCreatesVar() |
||
32 | |||
33 | /** |
||
34 | * Tests do { $stmtTest = 2; } while (1 == 1) creates the variable |
||
35 | */ |
||
36 | public function testDoStatementCreatesVar() |
||
57 | } |
||
58 |