PHP Class PhpBench\Tests\Unit\Extension\CoreExtensionTest

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

Public Methods

Method Description
tearDown ( )
testRelativizePath ( ) It should expand the "path" parameter to an absolute path if it is relative.
testTravisLogger ( ) It should automatically switch to the travis logger if the CONTINUOUS_INTEGRATION environment variable is set.

Method Details

tearDown() public method

public tearDown ( )

testRelativizePath() public method

It should expand the "path" parameter to an absolute path if it is relative.
public testRelativizePath ( )

testTravisLogger() public method

It should automatically switch to the travis logger if the CONTINUOUS_INTEGRATION environment variable is set.
public testTravisLogger ( )