Skip to content

Commit

Permalink
Fix test oracle, update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Aug 14, 2023
1 parent c389292 commit 338d05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"yiisoft/db": "^1.0",
"yiisoft/db": "^1.1",
"yiisoft/factory": "^1.0"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^9.6|^10.0",
"rector/rector": "^0.16",
"rector/rector": "^0.17",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.8|^5.8",
Expand Down
2 changes: 1 addition & 1 deletion tests/Driver/Oracle/ActiveQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function tearDown(): void
public function testJoinWithAlias(string $aliasMethod): void
{
$orders = [];
$this->checkFixture($this->db, 'order');
$this->checkFixture($this->db, 'order', true);

/** left join and eager loading */
$orderQuery = new ActiveQuery(Order::class, $this->db);
Expand Down

0 comments on commit 338d05b

Please sign in to comment.