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 7b4bd0a commit fe128b6Copy full SHA for fe128b6
tests/ServerTest.php
@@ -107,7 +107,6 @@ public function testGetStatistics()
107
$this->assertGreaterThan($stats->memory->free, $stats->memory->total);
108
$this->assertIsNumeric($stats->swap->total);
109
$this->assertIsArray($stats->diskSpace);
110
- $this->assertGreaterThan(0, array_pop($stats->diskSpace)->total);
111
}
112
113
public function testGetSiteIsolationConfig()
0 commit comments