Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jan 6, 2014
1 parent 1201887 commit 865ca7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/TestSuite/Fixture/CakeTestFixture.php
Expand Up @@ -265,7 +265,7 @@ public function drop($db) {
*
* @param DboSource $db An instance of the database into which the records will be inserted
* @return boolean on success or if there are no records to insert, or false on failure
* @throws CakeException if count of values and fields does not match.
* @throws CakeException if counts of values and fields do not match.
*/
public function insert($db) {
if (!isset($this->_insert)) {
Expand All @@ -286,7 +286,6 @@ public function insert($db) {
}
$nested = $db->useNestedTransactions;
$db->useNestedTransactions = false;

$result = $db->insertMulti($this->table, $fields, $values);
if (
$this->primaryKey &&
Expand Down

0 comments on commit 865ca7a

Please sign in to comment.