Fixes for tests

This commit is contained in:
David Bomba 2020-11-04 18:50:27 +11:00
parent 5fe85ca3f0
commit 14b13a30f5

View File

@ -29,7 +29,7 @@ class GroupTest extends TestCase
public function testGroupsPropertiesExistsResponses() public function testGroupsPropertiesExistsResponses()
{ {
$this->assertTrue(property_exists($this->settings, 'design')); $this->assertTrue(property_exists($this->settings, 'timezone_id'));
} }
public function testPropertyValueAccessors() public function testPropertyValueAccessors()