Browse Source

verify Fixed php-symfony2's json test

Mike Smith 11 years ago
parent
commit
ca8f9eeba7

+ 1 - 1
php-symfony2/src/Skamander/BenchmarkBundle/Controller/BenchController.php

@@ -13,7 +13,7 @@ class BenchController extends Controller
 
     public function jsonAction()
     {
-        return new JsonResponse(array('message' => 'Hello World!'));
+        return new JsonResponse(array('message' => 'Hello, World!'));
     }
 
     public function dbAction(Request $request)