Merge pull request #3283 from wallabag/fix-language-validation

Put the final URL in data test
This commit is contained in:
Jérémy Benoist 2017-07-24 13:54:01 +02:00 committed by GitHub
commit ea127a401b
2 changed files with 7 additions and 7 deletions

View file

@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
*/
abstract protected function getImportService();
/**
* Return the template used for the form.
*
* @return string
*/
abstract protected function getImportTemplate();
/**
* Return the template used for the form.
*
* @return string
*/
abstract protected function getImportTemplate();
}

View file

@ -1300,7 +1300,7 @@ class EntryControllerTest extends WallabagCoreTestCase
null,
],
'es-ES' => [
'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google',
'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google/',
'es_ES',
],
];