1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

implement FosUser

This commit is contained in:
Nicolas Lœuillet 2015-08-18 11:08:45 +02:00
parent 9c08a891f9
commit a1691859ca
14 changed files with 138 additions and 307 deletions

View file

@ -75,7 +75,7 @@ class InstallCommandTest extends WallabagCoreTestCase
->getMock();
$dialog->expects($this->any())
->method('ask')
->will($this->returnValue('test'));
->will($this->returnValue('test2'));
$dialog->expects($this->any())
->method('askConfirmation')
->will($this->returnValue(true));