diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/OsikaEvaluatorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OsikaEvaluatorTest.php b/tests/OsikaEvaluatorTest.php index 1256515..ce713a7 100644 --- a/tests/OsikaEvaluatorTest.php +++ b/tests/OsikaEvaluatorTest.php @@ -17,7 +17,7 @@ class OsikaEvaluatorTest extends PHPUnit_Framework_TestCase { foreach ($file as $line) { if (trim($line)) { if ($switch) { - $item[] = json_decode($line); + $item[] = json_decode($line, TRUE); $ret[] = $item; } else { |