Skip to content

Commit

Permalink
Prepare IntegrationTestCase for static data providers
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 3, 2024
1 parent 6349c7d commit 1b8d78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getExtensions()
];
}

public function getFixturesDir()
protected static function getFixturesDirectory(): string
{
return __DIR__.'/Fixtures/';
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=8.0.2",
"twig/twig": "^3.10|^4.0",
"twig/twig": "^3.13|^4.0",
"symfony/intl": "^5.4|^6.4|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 1b8d78c

Please sign in to comment.