PHP Класс Tests\PHPSA\Compiler\Statement\DoTest

Наследование: extends Tests\PHPSA\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
testDoConditionCreatesVar ( ) Tests do {} while ($stmtTest = 2) creates the variable
testDoStatementCreatesVar ( ) Tests do { $stmtTest = 2; } while (1 == 1) creates the variable

Описание методов

testDoConditionCreatesVar() публичный Метод

Tests do {} while ($stmtTest = 2) creates the variable

testDoStatementCreatesVar() публичный Метод

Tests do { $stmtTest = 2; } while (1 == 1) creates the variable