PHP Класс PhpBench\Tests\Unit\Environment\Provider\PhpTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
createProvider ( $remote = false )

Описание методов

setUp() публичный Метод

public setUp ( )

testIsApplicable() публичный Метод

Provider is always applicable.
public testIsApplicable ( )

testPhpVersion() публичный Метод

It should provide the PHP version.
public testPhpVersion ( )

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.
public testRemote ( )