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