PHP Class Redaxscript\Tests\TestCaseAbstract

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: redaxmedia/redaxscript

Public Methods

Method Description
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

Method Details

assertString() public method

assertString
Since: 3.0.0
public assertString ( string $actual = null )
$actual string

callMethod() public method

callMethod
Since: 3.0.0
public callMethod ( object $object = null, string $method = null, array $argumentArray = [] ) : mixed
$object object
$method string
$argumentArray array
return mixed

getProperty() public method

getProperty
Since: 3.0.0
public getProperty ( object $object = null, string $property = null ) : mixed
$object object
$property string
return mixed

getProvider() public method

getProvider
Since: 2.2.0
public getProvider ( string $url = null, boolean $assoc = true ) : array
$url string
$assoc boolean
return array

normalizeEOL() public method

normalizeEOL
Since: 3.0.0
public normalizeEOL ( string $expect = null ) : string
$expect string
return string