PHP 클래스 PhpMigration\Changes\v7dot0\ParserTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: monque/php-migration

보호된 프로퍼티들

프로퍼티 타입 설명
$parser

공개 메소드들

메소드 설명
setUp ( )
testInvalidGlobal ( ) global only accepts simple variables
testInvalidOctal ( ) Invalid octal literals
testValidGlobal ( )
testValidOctal ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testInvalidGlobal() 공개 메소드

global only accepts simple variables
또한 보기: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.global
public testInvalidGlobal ( )

testInvalidOctal() 공개 메소드

Invalid octal literals
또한 보기: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.integers.invalid-octals
public testInvalidOctal ( )

testValidGlobal() 공개 메소드

public testValidGlobal ( )

testValidOctal() 공개 메소드

public testValidOctal ( )

프로퍼티 상세

$parser 보호되어 있는 프로퍼티

protected $parser