Issue #3053656 by Sam152, JeroenT, Lendude, mglaman: Rename action.post_udate.php to action.post_update.php

(cherry picked from commit 868feb2ba8)
merge-requests/64/head
Alex Pott 2019-11-02 07:40:26 +01:00
parent e8b6250313
commit ce6f10f79b
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class MoveActionsToCoreTest extends UpdatePathTestBase {
*/
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.actions-2815379.php',
];
}