Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
f7740e4d
Commit
f7740e4d
authored
9 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2469507
by chx: EntityRevisionsTest output makes it hard to discern...
Issue
#2469507
by chx: EntityRevisionsTest output makes it hard to discern what is causing the error
parent
e8e84d70
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
+2
-2
2 additions, 2 deletions
core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
with
2 additions
and
2 deletions
core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
+
2
−
2
View file @
f7740e4d
...
...
@@ -48,7 +48,7 @@ public function testRevisions() {
// All revisable entity variations have to have the same results.
foreach
(
entity_test_entity_types
(
ENTITY_TEST_TYPES_REVISABLE
)
as
$entity_type
)
{
$this
->
assert
Revisions
(
$entity_type
);
$this
->
run
Revisions
Tests
(
$entity_type
);
}
}
...
...
@@ -58,7 +58,7 @@ public function testRevisions() {
* @param string $entity_type
* The entity type to run the tests with.
*/
protected
function
assert
Revisions
(
$entity_type
)
{
protected
function
run
Revisions
Tests
(
$entity_type
)
{
// Create initial entity.
$entity
=
entity_create
(
$entity_type
,
array
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment