mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Rename wallabag_core to wallabag
This commit is contained in:
parent
0b44170e83
commit
74a98aaae2
29 changed files with 185 additions and 185 deletions
|
@ -16,7 +16,7 @@ class WallabagRestControllerTest extends WallabagApiTestCase
|
|||
|
||||
$content = json_decode($client->getResponse()->getContent(), true);
|
||||
|
||||
$this->assertSame($client->getContainer()->getParameter('wallabag_core.version'), $content);
|
||||
$this->assertSame($client->getContainer()->getParameter('wallabag.version'), $content);
|
||||
}
|
||||
|
||||
public function testGetInfo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue