Skip to content

Commit

Permalink
Merge pull request #23 from MacPaw/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Yozhef authored Jul 30, 2024
2 parents f58b7ab + d247246 commit 135bbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.4 || ^8.0",
"behat/behat": "^3.0",
"predis/predis": "^1.0",
"predis/predis": "^1.0||^2.0",
"symfony/yaml": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0 || ^7.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Context/RedisFixturesContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RedisFixturesContextTest extends TestCase
public function testServiceNotFound(): void
{
$this->expectException(InvalidArgumentException::class);
$this->expectErrorMessage('The "Test" redis fixture not found.');
$this->expectExceptionMessage('The "Test" redis fixture not found.');

$redisFixtureContext = new RedisFixturesContext(new Client());

Expand Down

0 comments on commit 135bbc3

Please sign in to comment.