From d4f9c9f020018e3c74edb619e95a531af34e3f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Sun, 18 Feb 2018 19:04:16 +0100 Subject: [PATCH] Updated worthless_test to allow for more fields --- tests/properties/worthless_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/properties/worthless_test.php b/tests/properties/worthless_test.php index 5459b59..32e94d7 100644 --- a/tests/properties/worthless_test.php +++ b/tests/properties/worthless_test.php @@ -65,7 +65,7 @@ class worthless_properties_Test extends PHPUnit\Framework\TestCase { * @access public */ public function test_propertiesCount() { - $this->assertCount(28, $this->properties); + $this->assertCount(29, $this->properties); } /**