Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1a27c48

Browse files
committed
mark the test as skipped for now (tracked in #127)
1 parent 0c654f6 commit 1a27c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/WebTest/Admin/MenuAdminTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function testMenuList()
2424

2525
public function testMenuEdit()
2626
{
27+
$this->markTestSkipped();
2728
$crawler = $this->client->request('GET', '/admin/cmf/menu/menu/test/menus/test-menu/edit');
2829
$res = $this->client->getResponse();
2930
$this->assertEquals(200, $res->getStatusCode());

0 commit comments

Comments
 (0)