aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index e424f152..12788366 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -476,7 +476,7 @@ class EntryControllerTest extends WallabagCoreTestCase
476 476
477 $this->assertSame(200, $client->getResponse()->getStatusCode()); 477 $this->assertSame(200, $client->getResponse()->getStatusCode());
478 478
479 $form = $crawler->filter('button[type=submit]')->form(); 479 $form = $crawler->filter('button[id=entry_save]')->form();
480 480
481 $data = [ 481 $data = [
482 'entry[title]' => 'My updated title hehe :)', 482 'entry[title]' => 'My updated title hehe :)',
@@ -509,7 +509,7 @@ class EntryControllerTest extends WallabagCoreTestCase
509 509
510 $this->assertSame(200, $client->getResponse()->getStatusCode()); 510 $this->assertSame(200, $client->getResponse()->getStatusCode());
511 511
512 $form = $crawler->filter('button[type=submit]')->form(); 512 $form = $crawler->filter('button[id=entry_save]')->form();
513 513
514 $data = [ 514 $data = [
515 'entry[title]' => 'My updated title hehe :)', 515 'entry[title]' => 'My updated title hehe :)',