PHP 클래스 Codeception\Lib\Generator\AcceptanceSuiteConfigTest

상속: extends Codeception\Test\Unit
파일 보기 프로젝트 열기: lucatume/wp-browser

보호된 프로퍼티들

프로퍼티 타입 설명
$backupGlobals
$classUnderTest
$tester UnitTester

공개 메소드들

메소드 설명
it_should_throw_if_a_setting_is_not_a_string ( $notStringSetting )
it_should_throw_if_required_setting_is_missing ( $unsetSetting )
singleSettings ( )

보호된 메소드들

메소드 설명
getClassRequiredSettings ( )

메소드 상세

getClassRequiredSettings() 보호된 메소드

protected getClassRequiredSettings ( )

it_should_throw_if_a_setting_is_not_a_string() 공개 메소드

public it_should_throw_if_a_setting_is_not_a_string ( $notStringSetting )

it_should_throw_if_required_setting_is_missing() 공개 메소드

singleSettings() 공개 메소드

public singleSettings ( )

프로퍼티 상세

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

protected $backupGlobals

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

protected $classUnderTest

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

protected UnitTester $tester
리턴 UnitTester