aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2018-01-12 10:37:13 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2018-01-12 11:19:11 +0100
commit5614df19cf3ed2be9d56853e5441412d4d09cff4 (patch)
treedc8fc13c8b09019cf0b5ac00f05a0f4a9656e5d0 /tests/Wallabag/ApiBundle
parent91f5992423bb69d518f9f4ed17cab36a765fcd13 (diff)
downloadwallabag-5614df19cf3ed2be9d56853e5441412d4d09cff4.tar.gz
wallabag-5614df19cf3ed2be9d56853e5441412d4d09cff4.tar.zst
wallabag-5614df19cf3ed2be9d56853e5441412d4d09cff4.zip
Fixed tests
Diffstat (limited to 'tests/Wallabag/ApiBundle')
-rw-r--r--tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php b/tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php
index e9e5ee3b..35de47f9 100644
--- a/tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php
+++ b/tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php
@@ -17,7 +17,7 @@ class DeveloperControllerTest extends WallabagCoreTestCase
17 $crawler = $client->request('GET', '/developer/client/create'); 17 $crawler = $client->request('GET', '/developer/client/create');
18 $this->assertSame(200, $client->getResponse()->getStatusCode()); 18 $this->assertSame(200, $client->getResponse()->getStatusCode());
19 19
20 $form = $crawler->filter('button[type=submit]')->form(); 20 $form = $crawler->filter('button[id=client_save]')->form();
21 21
22 $data = [ 22 $data = [
23 'client[name]' => 'My app', 23 'client[name]' => 'My app',