Skip to content

Commit 112c4a1

Browse files
committed
Prepare IntegrationTestCase for static data providers
1 parent 5259d40 commit 112c4a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function load(string $class): ?object
3838
];
3939
}
4040

41-
public function getFixturesDir()
41+
protected static function getFixturesDirectory(): string
4242
{
4343
return __DIR__.'/Fixtures/';
4444
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=8.0.2",
1919
"symfony/cache": "^5.4|^6.4|^7.0",
20-
"twig/twig": "^3.12|^4.0"
20+
"twig/twig": "^3.13|^4.0"
2121
},
2222
"require-dev": {
2323
"symfony/phpunit-bridge": "^6.4|^7.0"

0 commit comments

Comments
 (0)