Skip to content

Commit 564f7e5

Browse files
Fix a spelling error
1 parent 9650037 commit 564f7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CascadeSoftDeletesIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function it_cascades_deletes_when_force_deleting_a_parent_model()
8989
* @expectedException \LogicException
9090
* @expectedExceptionMessageRegExp /.* does not implement Illuminate\\Database\\Eloquent\\SoftDeletes/
9191
*/
92-
public function it_takes_excepion_to_models_that_do_not_implement_soft_deletes()
92+
public function it_takes_exception_to_models_that_do_not_implement_soft_deletes()
9393
{
9494
$post = Tests\Entities\NonSoftDeletingPost::create([
9595
'title' => 'Testing when you can use this trait',

0 commit comments

Comments
 (0)