Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e55bba7f
Commit
e55bba7f
authored
Apr 12, 2015
by
alexpott
Browse files
Issue
#2468079
by dawehner: Try to speed up InstallUninstallTest / ConfigImportAllTest
parent
dc474512
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/src/Tests/Module/ModuleTestBase.php
View file @
e55bba7f
...
...
@@ -59,7 +59,6 @@ function assertTableCount($base_table, $count = TRUE) {
* The name of the module.
*/
function
assertModuleTablesExist
(
$module
)
{
$this
->
rebuildContainer
();
$tables
=
array_keys
(
drupal_get_schema_unprocessed
(
$module
));
$tables_exist
=
TRUE
;
foreach
(
$tables
as
$table
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment