PHP Класс PhpBench\Tests\Unit\Benchmark\Remote\PayloadTest

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

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

Метод Описание
setUp ( )
testBinaryPath ( ) It should customize the PHP binary path.
testInvalidScript ( ) It should throw an exception if the script is invalid.
testLaunch ( ) It should generate a script from a given template, launch it and return the results.
testPhpConfig ( ) It should pass PHP ini settings to the PHP executable.
testTemplateNotFound ( ) It should throw an execption if a template is not found.
testWrap ( ) It should allow the PHP executable to be wrapped with a different executable.

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

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

public setUp ( )

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

It should customize the PHP binary path.
public testBinaryPath ( )

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

It should throw an exception if the script is invalid.
public testInvalidScript ( )

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

It should generate a script from a given template, launch it and return the results.
public testLaunch ( )

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

It should pass PHP ini settings to the PHP executable.
public testPhpConfig ( )

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

It should throw an execption if a template is not found.

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

It should allow the PHP executable to be wrapped with a different executable.
public testWrap ( )