databaseDumpFiles = [ __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', __DIR__ . '/../../../fixtures/update/drupal-8.block-test-enabled-missing-schema.php', ]; } /** * Tests that block context mapping is updated properly. */ public function testUpdateHookN() { $this->runUpdates(); $this->drupalGet(''); // If the block is fixed by block_post_update_fix_negate_in_conditions() // then it will be visible. $this->assertText('Test missing schema on conditions'); } }