Ver Fonte

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 há 14 anos atrás
pai
commit
e4434fc075
1 ficheiros alterados com 0 adições e 2 exclusões
  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"  => " "));
-        print_r($pretty);
         $expected = <<<EOB
 {
  "simple":"simple test string",