Browse Source

verify Fixed kohana's json test

Mike Smith 11 years ago
parent
commit
fabc8b5585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-kohana/application/classes/Controller/Bench.php

+ 1 - 1
php-kohana/application/classes/Controller/Bench.php

@@ -6,7 +6,7 @@ Class Controller_Bench extends Controller
     {
     {
         $this->response
         $this->response
             ->headers(array('Content-Type' => 'application/json'))
             ->headers(array('Content-Type' => 'application/json'))
-            ->body(json_encode(array('message' => 'Hello World!')));
+            ->body(json_encode(array('message' => 'Hello, World!')));
     }
     }
 
 
     public function action_db()
     public function action_db()