]> git.mxchange.org Git - friendica.git/commit
Refactor L10n for testing
authorPhilipp Holzer <admin+github@philipp.info>
Tue, 9 Jul 2019 19:44:02 +0000 (21:44 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Tue, 16 Jul 2019 14:44:47 +0000 (16:44 +0200)
commiteb024a3718a47aa596abfab4e611d5532eea8d2a
treed4f1c339c9884e61cb6c999644947e096d898013
parent966043712f92e21c1e78968c2155fa11ccf2960f
Refactor L10n for testing
- Moving L10n to L10n\L10n
- Adding constructor information
- Adding to factory
- simplify/speedup tests
13 files changed:
src/App.php
src/Core/L10n.php
src/Core/L10n/L10n.php [new file with mode: 0644]
src/Factory/DependencyFactory.php
src/Module/Register.php
tests/Util/L10nMockTrait.php [deleted file]
tests/include/ApiTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Content/SmiliesTest.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Core/InstallerTest.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php