add soft delete via muffin/trash to all product related tables
This commit is contained in:
@@ -73,7 +73,9 @@ class ProductsTableTest extends TestCase
|
||||
}
|
||||
|
||||
// verify all behaviors loaded
|
||||
$expectedBehaviors = [];
|
||||
$expectedBehaviors = [
|
||||
'Trash',
|
||||
];
|
||||
$behaviors = $this->Products->behaviors();
|
||||
|
||||
$this->assertCount(count($expectedBehaviors), $behaviors);
|
||||
|
||||
Reference in New Issue
Block a user