Parcourir la source

ZF-10185
Zend_Json
Updated unit test to remove stray debugging print_r


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24422 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan il y a 14 ans
Parent
commit
e4434fc075
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      tests/Zend/JsonTest.php

+ 0 - 2
tests/Zend/JsonTest.php

@@ -140,9 +140,7 @@ class Zend_JsonTest extends PHPUnit_Framework_TestCase
                 )
                 )
             )
             )
         );
         );
-        print_r($test);
         $pretty = Zend_Json::prettyPrint(Zend_Json::encode($test), array("indent"  => " "));
         $pretty = Zend_Json::prettyPrint(Zend_Json::encode($test), array("indent"  => " "));
-        print_r($pretty);
         $expected = <<<EOB
         $expected = <<<EOB
 {
 {
  "simple":"simple test string",
  "simple":"simple test string",