also check for "binary"

This commit is contained in:
AD7six 2011-05-14 18:44:26 +02:00
parent 13488fe373
commit 95da598d99

View file

@ -157,7 +157,7 @@ class CakeTestFixture {
continue;
}
if (in_array($type, array('blob', 'text'))) {
if (in_array($type, array('blob', 'text', 'binary'))) {
$canUseMemory = false;
break;
}