Skip to content

Commit

Permalink
Fixed "successfull" is a misspelling of "successful"
Browse files Browse the repository at this point in the history
  • Loading branch information
itosho committed Sep 2, 2018
1 parent 0a6908f commit f8b9ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/ORM/TableTest.php
Expand Up @@ -4985,7 +4985,7 @@ public function testReplaceHasManyOnErrorDependentCascadeCallbacks()
}

/**
* Integration test for replacing entities with HasMany and an empty target list. The transaction must be successfull
* Integration test for replacing entities with HasMany and an empty target list. The transaction must be successful
*
* @return void
*/
Expand Down Expand Up @@ -5027,7 +5027,7 @@ public function testReplaceHasManyEmptyList()
}

/**
* Integration test for replacing entities with HasMany and no already persisted entities. The transaction must be successfull.
* Integration test for replacing entities with HasMany and no already persisted entities. The transaction must be successful.
* Replace operation should prevent considering 0 changed records an error when they are not found in the table
*
* @return void
Expand Down

0 comments on commit f8b9ec2

Please sign in to comment.