]> git.agnieray.net Git - galette.git/commit - tests/TestsBootstrap.php
Use real translation functions in tests; default lang to en_US
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 22 Jun 2020 20:00:15 +0000 (22:00 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Tue, 7 Jul 2020 20:17:35 +0000 (22:17 +0200)
commit37937dcfd5d8f88bd8e056460006aa958d49e70b
tree69228f0ee39c3e1e7356304b19a26b0efab26d74
parent2ba98303eb43b2e4c366d48a5d26e1956eb732e5
Use real translation functions in tests; default lang to en_US

Fix unit tests
Missing global
Handle empty strings in translation; fix variable name

refs #1444
galette/includes/dependencies.php
galette/includes/i18n.inc.php
galette/lib/Galette/Controllers/AbstractController.php
galette/lib/Galette/Filters/HistoryList.php
tests/Galette/Core/tests/units/History.php
tests/Galette/Core/tests/units/Login.php
tests/Galette/Entity/tests/units/SavedSeach.php
tests/Galette/IO/tests/units/CsvIn.php
tests/TestsBootstrap.php