We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76c5f2 commit 9d969dbCopy full SHA for 9d969db
1 file changed
admin/starter/tests/database/ExampleDatabaseTest.php
@@ -26,6 +26,7 @@ public function testSoftDeleteLeavesRow()
26
{
27
$model = new ExampleModel();
28
$this->setPrivateProperty($model, 'useSoftDeletes', true);
29
+ $this->setPrivateProperty($model, 'tempUseSoftDeletes', true);
30
31
$object = $model->first();
32
$model->delete($object->id);
0 commit comments