PHP Class Codeception\Module\WPDbTest

Inheritance: extends Codeception\Test\Unit
Afficher le fichier Open project: lucatume/wp-browser

Protected Properties

Свойство Type Description
$backupGlobals
$config array
$moduleContainer Codeception\Lib\ModuleContainer
$tester UnitTester

Méthodes publiques

Méthode Description
it_should_be_instantiatable ( )
it_should_not_replace_domain_in_sites_and_blogs_table_if_domain_is_same ( )
it_should_not_replace_the_site_domain_if_home_is_not_set_in_dump ( )
it_should_not_replace_the_site_domain_if_site_domain_is_same ( )
it_should_replace_domain_in_sites_and_blogs_table_if_domain_is_not_same ( )
it_should_replace_http_schema_with_https ( )
it_should_replace_https_schema_with_http ( )
it_should_replace_the_site_domain_in_dump ( )

Méthodes protégées

Méthode Description
_after ( )
_before ( )

Private Methods

Méthode Description
make_instance ( ) : WPDb

Method Details

_after() protected méthode

protected _after ( )

_before() protected méthode

protected _before ( )

it_should_be_instantiatable() public méthode

it_should_not_replace_domain_in_sites_and_blogs_table_if_domain_is_same() public méthode

it_should_not_replace_the_site_domain_if_home_is_not_set_in_dump() public méthode

it_should_not_replace_the_site_domain_if_site_domain_is_same() public méthode

it_should_replace_domain_in_sites_and_blogs_table_if_domain_is_not_same() public méthode

it_should_replace_http_schema_with_https() public méthode

it_should_replace_https_schema_with_http() public méthode

it_should_replace_the_site_domain_in_dump() public méthode

Property Details

$backupGlobals protected_oe property

protected $backupGlobals

$config protected_oe property

protected array $config
Résultat array

$moduleContainer protected_oe property

protected ModuleContainer,Codeception\Lib $moduleContainer
Résultat Codeception\Lib\ModuleContainer

$tester protected_oe property

protected UnitTester $tester
Résultat UnitTester