(cherry picked from commit 1e230617c9
)
merge-requests/64/head
parent
225d565b90
commit
0b63e95242
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Update functions for the update_test_invalid_hook module.
|
||||
* Update functions for the update_test_last_removed module.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -7,7 +7,7 @@ use Drupal\Tests\BrowserTestBase;
|
|||
use Drupal\Tests\UpdatePathTestTrait;
|
||||
|
||||
/**
|
||||
* Modules can define their last removed update function.
|
||||
* Tests that modules can define their last removed update function.
|
||||
*
|
||||
* @group system
|
||||
*/
|
||||
|
@ -38,6 +38,9 @@ class UpdatePathLastRemovedTest extends BrowserTestBase {
|
|||
*/
|
||||
protected $updateUser;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() {
|
||||
parent::setUp();
|
||||
require_once $this->root . '/core/includes/update.inc';
|
||||
|
|
Loading…
Reference in New Issue