Skip to content

Commit

Permalink
also check for "binary"
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed May 15, 2011
1 parent 13488fe commit 95da598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/TestSuite/Fixture/CakeTestFixture.php
Expand Up @@ -157,7 +157,7 @@ public function create($db) {
continue;
}

if (in_array($type, array('blob', 'text'))) {
if (in_array($type, array('blob', 'text', 'binary'))) {
$canUseMemory = false;
break;
}
Expand Down

0 comments on commit 95da598

Please sign in to comment.