Skip to content

Commit 3c36cf9

Browse files
Merge pull request #15 from davidhemphill/patch-1
Fix a spelling error in test
2 parents 9650037 + 564f7e5 commit 3c36cf9

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)