Skip to content

Commit f651088

Browse files
committed
getMyVersion-fix.
1 parent 160ebb8 commit f651088

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/genericTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ public function getMyVersion()
102102
(new NetWrapper())->getVersion()
103103
);
104104

105-
static::assertCount(
106-
0,
107-
$info
105+
static::assertTrue(
106+
count($info) > 0
108107
);
109108
}
110109

0 commit comments

Comments
 (0)