We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a2b6e commit caeb83cCopy full SHA for caeb83c
tests/ServerTest.php
@@ -93,6 +93,8 @@ public function testGetStatistics()
93
$stats = static::$_client->server()->getStatistics();
94
$this->assertIsNumeric($stats->objects->clients);
95
$this->assertEquals('psa', $stats->version->internalName);
96
+ $this->assertNotEmpty($stats->version->osName);
97
+ $this->assertNotEmpty($stats->version->osVersion);
98
}
99
100
public function testGetSiteIsolationConfig()
0 commit comments