PHP Class PhpMigration\Changes\v7dot0\ParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: monque/php-migration

Protected Properties

Property Type Description
$parser

Public Methods

Method Description
setUp ( )
testInvalidGlobal ( ) global only accepts simple variables
testInvalidOctal ( ) Invalid octal literals
testValidGlobal ( )
testValidOctal ( )

Method Details

setUp() public method

public setUp ( )

testInvalidGlobal() public method

global only accepts simple variables
See also: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.global
public testInvalidGlobal ( )

testInvalidOctal() public method

Invalid octal literals
See also: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.integers.invalid-octals
public testInvalidOctal ( )

testValidGlobal() public method

public testValidGlobal ( )

testValidOctal() public method

public testValidOctal ( )

Property Details

$parser protected property

protected $parser