Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
299
Merge Requests
299
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
a6d172fe
Commit
a6d172fe
authored
Jan 19, 2015
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2372899
follow-up by amateescu: HEAD BROKEN: Fix names of things
parent
1867d618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
...dules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
+3
-3
No files found.
core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
View file @
a6d172fe
...
...
@@ -280,13 +280,13 @@ public function testReferencedEntity() {
$entity_type
=
$this
->
entity
->
getEntityTypeId
();
$referencing_entity_url
=
$this
->
referencing_entity
->
urlInfo
(
'canonical'
);
$non_referencing_entity_url
=
$this
->
non_referencing_entity
->
urlInfo
(
'canonical'
);
$listing_url
=
Url
::
fromRoute
(
'entity.entity_test.
list
_referencing_entities'
,
[
$listing_url
=
Url
::
fromRoute
(
'entity.entity_test.
collection
_referencing_entities'
,
[
'entity_reference_field_name'
=>
$entity_type
.
'_reference'
,
'referenced_entity_type'
=>
$entity_type
,
'referenced_entity_id'
=>
$this
->
entity
->
id
(),
]);
$empty_entity_listing_url
=
Url
::
fromRoute
(
'entity.entity_test.
list
_empty'
,
[
'entity_type_id'
=>
$entity_type
]);
$nonempty_entity_listing_url
=
Url
::
fromRoute
(
'entity.entity_test.
list
_labels_alphabetically'
,
[
'entity_type_id'
=>
$entity_type
]);
$empty_entity_listing_url
=
Url
::
fromRoute
(
'entity.entity_test.
collection
_empty'
,
[
'entity_type_id'
=>
$entity_type
]);
$nonempty_entity_listing_url
=
Url
::
fromRoute
(
'entity.entity_test.
collection
_labels_alphabetically'
,
[
'entity_type_id'
=>
$entity_type
]);
// Cache tags present on every rendered page.
$page_cache_tags
=
Cache
::
mergeTags
(
...
...
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