We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e481a commit 95ff33fCopy full SHA for 95ff33f
app/tests/AdminTest.php
@@ -10,10 +10,10 @@ class AdminTest extends WebTestCase
10
protected $router;
11
12
protected $verifiablePatterns = array(
13
- '/cmf/content/demoseocontent/list',
14
- '/cmf/content/demoseocontent/create',
15
- '/cmf/content/demoseocontent/{id}/edit',
16
- '/cmf/content/demoseocontent/{id}/delete',
+ '/sandbox/main/demoseocontent/list',
+ '/sandbox/main/demoseocontent/create',
+ '/sandbox/main/demoseocontent/{id}/edit',
+ '/sandbox/main/demoseocontent/{id}/delete',
17
'/cmf/block/simpleblock/list',
18
'/cmf/block/simpleblock/create',
19
'/cmf/block/simpleblock/{id}/edit',
0 commit comments