public function ConfigEntityImportTest::testConfigUpdateImport in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php \Drupal\system\Tests\Entity\ConfigEntityImportTest::testConfigUpdateImport()
Runs test methods for each module within a single test run.
File
- core/
modules/ system/ src/ Tests/ Entity/ ConfigEntityImportTest.php, line 40 - Contains \Drupal\system\Tests\Entity\ConfigEntityImportTest.
Class
- ConfigEntityImportTest
- Tests ConfigEntity importing.
Namespace
Drupal\system\Tests\EntityCode
public function testConfigUpdateImport() {
$this
->doActionUpdate();
$this
->doBlockUpdate();
$this
->doFilterFormatUpdate();
$this
->doImageStyleUpdate();
$this
->doSearchPageUpdate();
}