Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for cache in tests (#136)
  • Loading branch information
darkdef committed Dec 28, 2022
1 parent 3950c1b commit d80dc2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -31,7 +31,8 @@
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.18",
"yiisoft/aliases": "^2.0",
"yiisoft/cache": "^2.0"
"yiisoft/cache": "^2.0",
"yiisoft/cache-file": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/QueryBuilderTest.php
Expand Up @@ -548,7 +548,7 @@ public function testUpsert(
string $table,
array|QueryInterface $insertColumns,
array|bool $updateColumns,
string|array $expectedSQL,
string $expectedSQL,
array $expectedParams
): void {
parent::testUpsert($table, $insertColumns, $updateColumns, $expectedSQL, $expectedParams);
Expand Down

0 comments on commit d80dc2d

Please sign in to comment.