mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 08:47:34 +01:00
Used more specific unit test assertions in framework tests
This commit is contained in:
committed by
GitHub
parent
6397791513
commit
3f8e8a89eb
@@ -24,6 +24,6 @@ class QueryTest extends \yiiunit\framework\db\QueryTest
|
||||
);
|
||||
$result = $query->all($connection);
|
||||
$this->assertNotEmpty($result);
|
||||
$this->assertSame(7, count($result));
|
||||
$this->assertCount(7, $result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user