Browse Source

verify Fixed php-yaf's json test

Mike Smith 12 years ago
parent
commit
2ce9bf50df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-yaf/app/modules/Bench/controllers/Raw.php

+ 1 - 1
php-yaf/app/modules/Bench/controllers/Raw.php

@@ -8,7 +8,7 @@ class RawController extends AbstractController
     public function jsonAction ()
     public function jsonAction ()
     {
     {
         header('Content-type: application/json');
         header('Content-type: application/json');
-        die(json_encode(array('message' => 'Hello World!')));
+        die(json_encode(array('message' => 'Hello, World!')));
     }
     }
 
 
     public function dbAction ()
     public function dbAction ()