PHP Class Redaxscript\Tests\TestCaseAbstract

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: redaxmedia/redaxscript

Méthodes publiques

Méthode 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 méthode

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

callMethod() public méthode

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

getProperty() public méthode

getProperty
Since: 3.0.0
public getProperty ( object $object = null, string $property = null ) : mixed
$object object
$property string
Résultat mixed

getProvider() public méthode

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

normalizeEOL() public méthode

normalizeEOL
Since: 3.0.0
public normalizeEOL ( string $expect = null ) : string
$expect string
Résultat string