Skip to content

Commit 9d969db

Browse files
committed
fix. starter ExampleDatabaseTest
1 parent c76c5f2 commit 9d969db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

admin/starter/tests/database/ExampleDatabaseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function testSoftDeleteLeavesRow()
2626
{
2727
$model = new ExampleModel();
2828
$this->setPrivateProperty($model, 'useSoftDeletes', true);
29+
$this->setPrivateProperty($model, 'tempUseSoftDeletes', true);
2930

3031
$object = $model->first();
3132
$model->delete($object->id);

0 commit comments

Comments
 (0)