Skip to content

Commit 7552149

Browse files
author
Илья
committed
matrix-tests
1 parent 08f5888 commit 7552149

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/QueryStatsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public function testGetNullQueryStatsWithBasicParameter(){
4545
'collectStats' => CollectQueryStatsMode::STATS_COLLECTION_BASIC
4646
]);
4747
self::assertNotNull($result->getQueryStats());
48-
self::assertNotEquals(0, count($result->getQueryStats()->getQueryPhases()));
49-
self::assertNotNull($result->getQueryStats()->getCompilation());
50-
self::assertNotEquals("", $result->getQueryStats()->getQueryPlan());
5148
}, true);
5249

5350
}

0 commit comments

Comments
 (0)