PHP 클래스 PHPUnit_Extensions_PhptTestSuite, qcodo

저자: Sebastian Bergmann ([email protected])
상속: extends PHPUnit_Framework_TestSuite
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $directory, array $options = [] ) Constructs a new TestSuite for .phpt test cases.

메소드 상세

__construct() 공개 메소드

Constructs a new TestSuite for .phpt test cases.
public __construct ( string $directory, array $options = [] )
$directory string
$options array Array with ini settings for the php instance run, key being the name if the setting, value the ini value.