Skip to content
Snippets Groups Projects
Commit c1269e84 authored by catch's avatar catch
Browse files

Issue #1312802 by tim.plunkett: Entity tests weren't moved out of simpletest.info.

parent 425098b7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -6,4 +6,5 @@ core = 8.x ...@@ -6,4 +6,5 @@ core = 8.x
required = TRUE required = TRUE
files[] = entity.query.inc files[] = entity.query.inc
files[] = entity.controller.inc files[] = entity.controller.inc
files[] = tests/entity_crud_hook_test.test
files[] = tests/entity_query.test files[] = tests/entity_query.test
...@@ -15,8 +15,6 @@ files[] = tests/bootstrap.test ...@@ -15,8 +15,6 @@ files[] = tests/bootstrap.test
files[] = tests/cache.test files[] = tests/cache.test
files[] = tests/common.test files[] = tests/common.test
files[] = tests/database_test.test files[] = tests/database_test.test
files[] = tests/entity_crud_hook_test.test
files[] = tests/entity_query.test
files[] = tests/error.test files[] = tests/error.test
files[] = tests/file.test files[] = tests/file.test
files[] = tests/filetransfer.test files[] = tests/filetransfer.test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment