mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
also check for "binary"
This commit is contained in:
parent
13488fe373
commit
95da598d99
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…
Add table
Reference in a new issue