Browse Source

Letting the full test run as the subquery strategy for HasOne already
works :)

Jose Lorenzo Rodriguez 12 years ago
parent
commit
cf0f889487
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/CompositeKeysTest.php

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

@@ -292,7 +292,6 @@ class CompositeKeyTest extends TestCase {
  * @return void
  */
 	public function testHasOneEager($strategy) {
-		$strategy = 'select';
 		$table = TableRegistry::get('SiteAuthors');
 		$table->hasOne('SiteArticles', [
 			'propertyName' => 'first_article',