function UpdatePathTestBaseTest::testSetup
Tests that setup is done correctly.
File
-
core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBaseTest.php, line 183
Class
- UpdatePathTestBaseTest
- Tests the update path base class.
Namespace
Drupal\FunctionalTests\UpdateCode
public function testSetup() : void {
$this->assertCount(3, $this->databaseDumpFiles);
$this->assertSame(1, Settings::get('entity_update_batch_size'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.