This commit is contained in:
Nicolas Lœuillet 2015-02-11 11:52:10 +01:00
parent 70b54da2b1
commit 874e3e10a4
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ class WallabagRestController extends Controller
* {"name"="username", "dataType"="string", "required"=true, "description"="username"}
* }
* )
* @return string
* @return array
*/
public function getSaltAction($username)
{

View file

@ -2,9 +2,9 @@
namespace Wallabag\CoreBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Wallabag\CoreBundle\Tests\WallabagTestCase;
class WallabagRestControllerTest extends WebTestCase
class WallabagRestControllerTest extends WallabagTestCase
{
/**
* Generate HTTP headers for authenticate user on API