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

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

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

Метод Описание
testIfConditionCreatesVar ( ) Tests if ($stmtTest = 2) creates the variable
testIfStatementCreatesVar ( ) Tests if (1 == 1) { $stmtTest = 2; } creates the variable

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

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

Tests if ($stmtTest = 2) creates the variable

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

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