Skip to content

Commit f5033bd

Browse files
committed
Under certain circumstances company name can be empty, do not fail on it.
1 parent 50a7e19 commit f5033bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ServerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function testGetPreferences()
3030
public function testGetAdmin()
3131
{
3232
$admin = static::$_client->server()->getAdmin();
33-
$this->assertGreaterThan(0, strlen($admin->companyName));
3433
$this->assertGreaterThan(0, strlen($admin->name));
3534
$this->assertContains('@', $admin->email);
3635
}

0 commit comments

Comments
 (0)