Skip to content

Commit 69cec8b

Browse files
authored
Adapt to refactor "WITH" in Yii DB (#438)
1 parent 06fcd84 commit 69cec8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/QueryTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
/**
1616
* @group mysql
17-
*
18-
* @psalm-suppress PropertyNotSetInConstructor
1917
*/
2018
final class QueryTest extends CommonQueryTest
2119
{
@@ -88,7 +86,7 @@ public function testLimitOffsetWithExpression(): void
8886
$db->close();
8987
}
9088

91-
public function testWithQuery()
89+
public function testWithQuery(): void
9290
{
9391
$db = $this->getConnection();
9492
$serverVersion = $db->getServerInfo()->getVersion();
@@ -104,7 +102,7 @@ public function testWithQuery()
104102
parent::testWithQuery();
105103
}
106104

107-
public function testWithQueryRecursive()
105+
public function testWithQueryRecursive(): void
108106
{
109107
$db = $this->getConnection();
110108
$serverVersion = $db->getServerInfo()->getVersion();

0 commit comments

Comments
 (0)