We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6ae7b commit 57640ebCopy full SHA for 57640eb
tests/Unit/MenuTest.php
@@ -23,7 +23,7 @@ public function testMenuIndex(){
23
$menulist->save();
24
$response = $this->actingAs($user)->get('/menu/menu');
25
$response->assertSee('test2');
26
- $response->assertSee('<a class="btn btn-primary" href="http://localhost/menu/element?menu=1">Show</a>');
+ $response->assertSee('<a class="btn btn-primary" href="http://localhost:8000/menu/element?menu=1">Show</a>');
27
$response->assertSee('Add new menu');
28
$response->assertSee('Menus list');
29
}
0 commit comments