Skip to content

Commit 95ff33f

Browse files
committed
fix tests
1 parent f5e481a commit 95ff33f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/tests/AdminTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ class AdminTest extends WebTestCase
1010
protected $router;
1111

1212
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',
13+
'/sandbox/main/demoseocontent/list',
14+
'/sandbox/main/demoseocontent/create',
15+
'/sandbox/main/demoseocontent/{id}/edit',
16+
'/sandbox/main/demoseocontent/{id}/delete',
1717
'/cmf/block/simpleblock/list',
1818
'/cmf/block/simpleblock/create',
1919
'/cmf/block/simpleblock/{id}/edit',

0 commit comments

Comments
 (0)