PHP 클래스 Redaxscript\Tests\TestCaseAbstract

부터: 2.2.0
저자: Henry Ruhs
상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: redaxmedia/redaxscript

공개 메소드들

메소드 설명
assertString ( string $actual = null ) assertString
callMethod ( object $object = null, string $method = null, array $argumentArray = [] ) : mixed callMethod
getProperty ( object $object = null, string $property = null ) : mixed getProperty
getProvider ( string $url = null, boolean $assoc = true ) : array getProvider
normalizeEOL ( string $expect = null ) : string normalizeEOL

메소드 상세

assertString() 공개 메소드

assertString
부터: 3.0.0
public assertString ( string $actual = null )
$actual string

callMethod() 공개 메소드

callMethod
부터: 3.0.0
public callMethod ( object $object = null, string $method = null, array $argumentArray = [] ) : mixed
$object object
$method string
$argumentArray array
리턴 mixed

getProperty() 공개 메소드

getProperty
부터: 3.0.0
public getProperty ( object $object = null, string $property = null ) : mixed
$object object
$property string
리턴 mixed

getProvider() 공개 메소드

getProvider
부터: 2.2.0
public getProvider ( string $url = null, boolean $assoc = true ) : array
$url string
$assoc boolean
리턴 array

normalizeEOL() 공개 메소드

normalizeEOL
부터: 3.0.0
public normalizeEOL ( string $expect = null ) : string
$expect string
리턴 string