PHP Class Jyxo\Beholder\TestCase\PhpVersionTest

See also: Jyxo\Beholder\TestCase\PhpVersion
Author: Jaroslav HanslĂ­k
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
testExtensionMissing ( ) Tests missing extensions.
testExtensionVersionEquals ( ) Tests extension version being equal to required.
testExtensionVersionGreaterThan ( ) Tests extension version being greater than required.
testExtensionVersionWrong ( ) Tests PHP version being wrong.
testPhpVersionEquals ( ) Tests PHP version being equal to required.
testPhpVersionGreaterThan ( ) Tests PHP version being greater than required.
testPhpVersionWrong ( ) Tests PHP version not matching.

Method Details

testExtensionMissing() public method

Tests missing extensions.

testExtensionVersionEquals() public method

Tests extension version being equal to required.

testExtensionVersionGreaterThan() public method

Tests extension version being greater than required.

testExtensionVersionWrong() public method

Tests PHP version being wrong.

testPhpVersionEquals() public method

Tests PHP version being equal to required.

testPhpVersionGreaterThan() public method

Tests PHP version being greater than required.

testPhpVersionWrong() public method

Tests PHP version not matching.
public testPhpVersionWrong ( )