소스 검색

verify Fixed php-symfony2's json test

Mike Smith 11 년 전
부모
커밋
ca8f9eeba7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      php-symfony2/src/Skamander/BenchmarkBundle/Controller/BenchController.php

+ 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)