PHP Class PhpBench\Tests\Unit\Environment\Provider\PhpTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
setUp ( )
testIsApplicable ( ) Provider is always applicable.
testPhpVersion ( ) It should provide the PHP version.
testRemote ( ) It should get the version from the remote process if the configured PHP binary is different from the one being used to execute PhpBench.

Private Methods

Méthode Description
createProvider ( $remote = false )

Method Details

setUp() public méthode

public setUp ( )

testIsApplicable() public méthode

Provider is always applicable.
public testIsApplicable ( )

testPhpVersion() public méthode

It should provide the PHP version.
public testPhpVersion ( )

testRemote() public méthode

It should get the version from the remote process if the configured PHP binary is different from the one being used to execute PhpBench.
public testRemote ( )