| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 33 | public function getProjectDir() |
||
| 34 | { |
||
| 35 | // Fake implementation so that the old root_dir/Resources/translations and the new project_dir/translations both |
||
| 36 | // map to the same folder in our fixture app to avoid getting a deprecation warning when running tests with 4.2+ |
||
| 37 | // but keeping compat with running tests on 3.4. |
||
| 38 | return __DIR__.'/Resources'; |
||
| 39 | } |
||
| 51 |