databaseDumpFiles = [ __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', ]; } /** * Tests that make_unused_managed_files_temporary conditions are correct. * * Verify that the before and after conditions for the variable are correct. */ public function testUpdateHookN() { $this->assertIdentical($this->config('file.settings')->get('make_unused_managed_files_temporary'), NULL); $this->runUpdates(); $this->assertIdentical($this->config('file.settings')->get('make_unused_managed_files_temporary'), FALSE); $this->assertResponse('200'); } }