PHP Class Codeception\Lib\Generator\AcceptanceSuiteConfigTest

Inheritance: extends Codeception\Test\Unit
Show file Open project: lucatume/wp-browser

Protected Properties

Property Type Description
$backupGlobals
$classUnderTest
$tester UnitTester

Public Methods

Method Description
it_should_throw_if_a_setting_is_not_a_string ( $notStringSetting )
it_should_throw_if_required_setting_is_missing ( $unsetSetting )
singleSettings ( )

Protected Methods

Method Description
getClassRequiredSettings ( )

Method Details

getClassRequiredSettings() protected method

protected getClassRequiredSettings ( )

it_should_throw_if_a_setting_is_not_a_string() public method

public it_should_throw_if_a_setting_is_not_a_string ( $notStringSetting )

it_should_throw_if_required_setting_is_missing() public method

singleSettings() public method

public singleSettings ( )

Property Details

$backupGlobals protected property

protected $backupGlobals

$classUnderTest protected property

protected $classUnderTest

$tester protected property

protected UnitTester $tester
return UnitTester