mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 15:39:53 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_array($type, array('blob', 'text'))) {
|
if (in_array($type, array('blob', 'text', 'binary'))) {
|
||||||
$canUseMemory = false;
|
$canUseMemory = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue