8000 [Translation] Fix tests compat with 2.8 · symfony/symfony@2da72cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2da72cb

Browse files
[Translation] Fix tests compat with 2.8
1 parent 7b80589 commit 2da72cb

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