mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
also check for "binary"
This commit is contained in:
parent
75998ca918
commit
b0eaf27810
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue