8000 minor #16162 [Translation] Fix tests compat with 2.8 (nicolas-grekas) · symfony/symfony@dc4a7df · GitHub
[go: up one dir, main page]

Skip to content

Commit dc4a7df

Browse 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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines 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