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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method 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

Method Description
createProvider ( $remote = false )

Method Details

setUp() public method

public setUp ( )

testIsApplicable() public method

Provider is always applicable.
public testIsApplicable ( )

testPhpVersion() public method

It should provide the PHP version.
public testPhpVersion ( )

testRemote() public method

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 ( )