Verified Commit 38f68cd3 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #2738879 by mr.baileys, trobey, dawehner, alexpott, ravi.shankar, dww,...

Issue #2738879 by mr.baileys, trobey, dawehner, alexpott, ravi.shankar, dww, catch, Fernly: system.schema can end up with missing schema information for some modules, resulting in hook_update_N() not getting called.
parent 7330f73d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\Tests\system\Functional\UpdateSystem;
namespace Drupal\Tests\system\Functional\Update;

use Drupal\Core\Database\Database;
use Drupal\Tests\BrowserTestBase;