diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2018-01-12 10:37:13 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2018-01-12 11:19:11 +0100 |
commit | 5614df19cf3ed2be9d56853e5441412d4d09cff4 (patch) | |
tree | dc8fc13c8b09019cf0b5ac00f05a0f4a9656e5d0 /tests/Wallabag/ApiBundle/Controller | |
parent | 91f5992423bb69d518f9f4ed17cab36a765fcd13 (diff) | |
download | wallabag-5614df19cf3ed2be9d56853e5441412d4d09cff4.tar.gz wallabag-5614df19cf3ed2be9d56853e5441412d4d09cff4.tar.zst wallabag-5614df19cf3ed2be9d56853e5441412d4d09cff4.zip |
Fixed tests
Diffstat (limited to 'tests/Wallabag/ApiBundle/Controller')
-rw-r--r-- | tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php | 2 |
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', |