@@ -46,10 +46,10 @@ public function testPositionConfig($options, $results)
46
46
public function getDebugModes ()
47
47
{
48
48
return array (
49
- array (array (), array ('intercept_redirects ' => false , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/(app(_[ \\ w]+)? \ \.php/)?_wdt ' )),
50
- array (array ('intercept_redirects ' => true ), array ('intercept_redirects ' => true , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/(app(_[ \\ w]+)? \ \.php/)?_wdt ' )),
51
- array (array ('intercept_redirects ' => false ), array ('intercept_redirects ' => false , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/(app(_[ \\ w]+)? \ \.php/)?_wdt ' )),
52
- array (array ('toolbar ' => true ), array ('intercept_redirects ' => false , 'toolbar ' => true , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/(app(_[ \\ w]+)? \ \.php/)?_wdt ' )),
49
+ array (array (), array ('intercept_redirects ' => false , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/((index| app(_[\w]+)?) \.php/)?_wdt ' )),
50
+ array (array ('intercept_redirects ' => true ), array ('intercept_redirects ' => true , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/((index| app(_[\w]+)?) \.php/)?_wdt ' )),
51
+ array (array ('intercept_redirects ' => false ), array ('intercept_redirects ' => false , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/((index| app(_[\w]+)?) \.php/)?_wdt ' )),
52
+ array (array ('toolbar ' => true ), array ('intercept_redirects ' => false , 'toolbar ' => true , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => '^/((index| app(_[\w]+)?) \.php/)?_wdt ' )),
53
53
array (array ('excluded_ajax_paths ' => 'test ' ), array ('intercept_redirects ' => false , 'toolbar ' => false , 'position ' => 'bottom ' , 'excluded_ajax_paths ' => 'test ' )),
54
54
);
55
55
}
0 commit comments