Skip to content

Commit 8229e75

Browse files
committed
Prepare IntegrationTestCase for static data providers
1 parent d7df0f2 commit 8229e75

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
@@ -23,7 +23,7 @@ public function getExtensions()
2323
];
2424
}
2525

26-
public function getFixturesDir()
26+
protected static function getFixturesDirectory(): string
2727
{
2828
return __DIR__.'/Fixtures/';
2929
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=8.0.2",
1919
"symfony/deprecation-contracts": "^2.5|^3",
2020
"symfony/mime": "^5.4|^6.4|^7.0",
21-
"twig/twig": "^3.0|^4.0"
21+
"twig/twig": "^3.13|^4.0"
2222
},
2323
"require-dev": {
2424
"symfony/phpunit-bridge": "^6.4|^7.0"

0 commit comments

Comments
 (0)