PHP 클래스 PhpBench\Tests\System\SystemTestCase

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$filesystem
$fname
$workspaceDir

공개 메소드들

메소드 설명
clearStorage ( ) TODO: We should be using a generic temporary environment here as provided by PhpBench\Tests\Util\Workspace however this requires futher refactoring of the tests.
createResult ( $benchmark = null, $extraCmd = '' )
phpbench ( $command, $cwd = null )
setUp ( )

보호된 메소드들

메소드 설명
assertExitCode ( $expected, Process $process )
assertXPathCount ( $count, $xmlString, $query )
assertXPathExpression ( $expected, $xmlString, $expression )
getWorkingDir ( )

메소드 상세

assertExitCode() 보호된 메소드

protected assertExitCode ( $expected, Process $process )
$process Symfony\Component\Process\Process

assertXPathCount() 보호된 메소드

protected assertXPathCount ( $count, $xmlString, $query )

assertXPathExpression() 보호된 메소드

protected assertXPathExpression ( $expected, $xmlString, $expression )

clearStorage() 공개 메소드

TODO: We should be using a generic temporary environment here as provided by PhpBench\Tests\Util\Workspace however this requires futher refactoring of the tests.
public clearStorage ( )

createResult() 공개 메소드

public createResult ( $benchmark = null, $extraCmd = '' )

getWorkingDir() 보호된 메소드

protected getWorkingDir ( )

phpbench() 공개 메소드

public phpbench ( $command, $cwd = null )

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$filesystem 보호되어 있는 프로퍼티

protected $filesystem

$fname 보호되어 있는 프로퍼티

protected $fname

$workspaceDir 보호되어 있는 프로퍼티

protected $workspaceDir