coding standards whitespace and single quote

This commit is contained in:
euromark 2013-06-09 17:20:08 +02:00
parent f6aedea271
commit a6f065e7a2
5 changed files with 26 additions and 26 deletions

View file

@ -988,7 +988,7 @@ class AuthComponentTest extends CakeTestCase {
App::build(array(
'View' => array(CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS)
));
$_SERVER['HTTP_X_REQUESTED_WITH'] = "XMLHttpRequest";
$_SERVER['HTTP_X_REQUESTED_WITH'] = 'XMLHttpRequest';
App::uses('Dispatcher', 'Routing');