Browse Source

Removing extra code

José Lorenzo Rodríguez 11 years ago
parent
commit
9cf28db692
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/QueryRegressionTest.php

+ 0 - 1
tests/TestCase/ORM/QueryRegressionTest.php

@@ -196,7 +196,6 @@ class QueryRegressionTest extends TestCase {
 		$entity = $articles->get(2, ['contain' => ['Highlights']]);
 
 		$data = [
-			'id' => 2,
 			'highlights' => [
 				[
 					'name' => 'New Special Tag',