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); } /**