mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
coding standards whitespace and single quote
This commit is contained in:
parent
f6aedea271
commit
a6f065e7a2
5 changed files with 26 additions and 26 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue