We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 331818e + 652bed2 commit cef02c8Copy full SHA for cef02c8
1 file changed
admin/starter/tests/database/ExampleDatabaseTest.php
@@ -31,6 +31,7 @@ public function testSoftDeleteLeavesRow()
31
$this->setPrivateProperty($model, 'useSoftDeletes', true);
32
$this->setPrivateProperty($model, 'tempUseSoftDeletes', true);
33
34
+ /** @var stdClass $object */
35
$object = $model->first();
36
$model->delete($object->id);
37
0 commit comments