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

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testIsApplicable ( ) Provider is always applicable because this test only runs in Unix environments.
testUnixSysloadVersion ( ) It should provide the load averages.

Method Details

setUp() public method

public setUp ( )

testIsApplicable() public method

Provider is always applicable because this test only runs in Unix environments.
public testIsApplicable ( )

testUnixSysloadVersion() public method

It should provide the load averages.