Skip to content

Commit d97bbd2

Browse files
committed
Fix test.
1 parent af4c38f commit d97bbd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestCase/Model/Behavior/TagBehaviorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function testMarshalingWithEmptyTagsString()
203203
];
204204

205205
$entity = $this->Table->newEntity($data);
206-
$this->assertEquals(0, count($entity->get('tags')));
206+
$this->assertNull($entity->get('tags'));
207207
}
208208

209209
public function testSaveIncrementsCounter()

0 commit comments

Comments
 (0)