We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9650037 + 564f7e5 commit 3c36cf9Copy full SHA for 3c36cf9
tests/CascadeSoftDeletesIntegrationTest.php
@@ -89,7 +89,7 @@ public function it_cascades_deletes_when_force_deleting_a_parent_model()
89
* @expectedException \LogicException
90
* @expectedExceptionMessageRegExp /.* does not implement Illuminate\\Database\\Eloquent\\SoftDeletes/
91
*/
92
- public function it_takes_excepion_to_models_that_do_not_implement_soft_deletes()
+ public function it_takes_exception_to_models_that_do_not_implement_soft_deletes()
93
{
94
$post = Tests\Entities\NonSoftDeletingPost::create([
95
'title' => 'Testing when you can use this trait',
0 commit comments