@@ -32,9 +32,9 @@ public function testConfigTree($options, $results)
32
32
public function getDebugModes ()
33
33
{
34
34
return array (
35
- array (array (), array ('intercept_redirects ' => false , 'toolbar ' => false , 'excluded_ajax_paths ' => '^/((?: index|app(_[\w]+)?)\.php/)?_wdt ' )),
36
- array (array ('intercept_redirects ' => true ), array ('intercept_redirects ' => true , 'toolbar ' => false , 'excluded_ajax_paths ' => '^/((?: index|app(_[\w]+)?)\.php/)?_wdt ' )),
37
- array (array ('intercept_redirects ' => false ), array ('intercept_redirects ' => false , 'toolbar ' => false , 'excluded_ajax_paths ' => '^/((?: index|app(_[\w]+)?)\.php/)?_wdt ' )),
35
+ array (array (), array ('intercept_redirects ' => false , 'toolbar ' => false , 'excluded_ajax_paths ' => '^/((index|app(_[\w]+)?)\.php/)?_wdt ' )),
36
+ array (array ('intercept_redirects ' => true ), array ('intercept_redirects ' => true , 'toolbar ' => false , 'excluded_ajax_paths ' => '^/((index|app(_[\w]+)?)\.php/)?_wdt ' )),
37
+ array (array ('intercept_redirects ' => false ), array ('intercept_redirects ' => false , 'toolbar ' => false , 'excluded_ajax_paths ' => '^/((index|app(_[\w]+)?)\.php/)?_wdt ' )),
38
38
array (array ('toolbar ' => true ), array ('intercept_redirects ' => false , 'toolbar ' => true , 'excluded_ajax_paths ' => '^/((?:index|app(_[\w]+)?)\.php/)?_wdt ' )),
39
39
array (array ('excluded_ajax_paths ' => 'test ' ), array ('intercept_redirects ' => false , 'toolbar ' => false , 'excluded_ajax_paths ' => 'test ' )),
40
40
);
0 commit comments