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 50a7e19 commit f5033bdCopy full SHA for f5033bd
tests/ServerTest.php
@@ -30,7 +30,6 @@ public function testGetPreferences()
30
public function testGetAdmin()
31
{
32
$admin = static::$_client->server()->getAdmin();
33
- $this->assertGreaterThan(0, strlen($admin->companyName));
34
$this->assertGreaterThan(0, strlen($admin->name));
35
$this->assertContains('@', $admin->email);
36
}
0 commit comments