Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc4a7df

Browse filesBrowse files
minor #16162 [Translation] Fix tests compat with 2.8 (nicolas-grekas)
This PR was merged into the 3.0-dev branch. Discussion ---------- [Translation] Fix tests compat with 2.8 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 2da72cb [Translation] Fix tests compat with 2.8
2 parents 7b80589 + 2da72cb commit dc4a7df
Copy full SHA for dc4a7df

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ public function isFresh($timestamp)
288288
return false;
289289
}
290290

291+
public function getResource()
292+
{
293+
}
294+
291295
public function __toString()
292296
{
293297
return '';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.