mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Encoding false is OK - should return string null
This commit is contained in:
parent
ddfcb06d02
commit
2ba9f3b8fb
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class JsonViewTest extends CakeTestCase {
|
|||
$Response = new CakeResponse();
|
||||
$Controller = new Controller($Request, $Response);
|
||||
|
||||
// non utf-8 stuff
|
||||
// encoding a false, ensure this doesn't trigger exception
|
||||
$data = false;
|
||||
|
||||
$Controller->set($data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue