We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5259d40 commit 112c4a1Copy full SHA for 112c4a1
2 files changed
Tests/IntegrationTest.php
@@ -38,7 +38,7 @@ public function load(string $class): ?object
38
];
39
}
40
41
- public function getFixturesDir()
+ protected static function getFixturesDirectory(): string
42
{
43
return __DIR__.'/Fixtures/';
44
composer.json
@@ -17,7 +17,7 @@
17
"require": {
18
"php": ">=8.0.2",
19
"symfony/cache": "^5.4|^6.4|^7.0",
20
- "twig/twig": "^3.12|^4.0"
+ "twig/twig": "^3.13|^4.0"
21
},
22
"require-dev": {
23
"symfony/phpunit-bridge": "^6.4|^7.0"
0 commit comments