Skip to content

Commit

Permalink
minor #16162 [Translation] Fix tests compat with 2.8 (nicolas-grekas)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed Oct 7, 2015
2 parents 7b80589 + 2da72cb commit dc4a7df
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -288,6 +288,10 @@ public function isFresh($timestamp)
return false;
}

public function getResource()
{
}

public function __toString()
{
return '';
Expand Down

0 comments on commit dc4a7df

Please sign in to comment.