Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ease-local-testing' into ease-lo…
Browse files Browse the repository at this point in the history
…cal-testing
  • Loading branch information
arogachev committed Dec 2, 2024
2 parents f20b47c + c20b555 commit 78eb952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions tests/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
use Yiisoft\Db\Exception\Exception;
use Yiisoft\Db\Exception\InvalidConfigException;
use Yiisoft\Db\Exception\NotSupportedException;
use Yiisoft\Db\Pgsql\Connection;
use Yiisoft\Db\Pgsql\Dsn;
use Yiisoft\Db\Pgsql\Driver;
use Yiisoft\Db\Pgsql\Tests\Support\TestTrait;
use Yiisoft\Db\Tests\Common\CommonCommandTest;
use Yiisoft\Db\Tests\Support\DbHelper;

use function serialize;

Expand Down Expand Up @@ -277,6 +273,6 @@ public function testinsertWithReturningPksUuid(): void

public function testShowDatabases(): void
{
$this->assertSame([self::getDatabaseName()], static::getDb()->createCommand()->showDatabases());
$this->assertSame([self::getDatabaseName()], self::getDb()->createCommand()->showDatabases());
}
}
1 change: 0 additions & 1 deletion tests/PDODriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use PHPUnit\Framework\TestCase;
use Yiisoft\Db\Exception\Exception;
use Yiisoft\Db\Exception\InvalidConfigException;
use Yiisoft\Db\Pgsql\Driver;
use Yiisoft\Db\Pgsql\Tests\Support\TestTrait;

/**
Expand Down

0 comments on commit 78eb952

Please sign in to comment.