forked from wallabag/wallabag
Merge pull request #3283 from wallabag/fix-language-validation
Put the final URL in data test
This commit is contained in:
@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
|
|||||||
*/
|
*/
|
||||||
abstract protected function getImportService();
|
abstract protected function getImportService();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the template used for the form.
|
* Return the template used for the form.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
abstract protected function getImportTemplate();
|
abstract protected function getImportTemplate();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1300,7 +1300,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||||||
null,
|
null,
|
||||||
],
|
],
|
||||||
'es-ES' => [
|
'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',
|
'es_ES',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user