Updated worthless_test to allow for more fields

This commit is contained in:
Christian Bläul
2018-02-18 19:04:16 +01:00
parent 2b17f01a0a
commit d4f9c9f020

View File

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