tractorcow-farm / silverstripe-fluent

Multi-language translate module for Silverstripe, without having to manage separate site trees.
BSD 3-Clause "New" or "Revised" License
93 stars 111 forks source link

MNT Fix unit test #895

Closed GuySartorelli closed 1 month ago

GuySartorelli commented 1 month ago

Fixes https://github.com/tractorcow-farm/silverstripe-fluent/actions/runs/11061583426/job/30734490014

TractorCow\Fluent\Tests\Model\LocalDateTimeTest::testSwitchLocales with data set #0 ('en_NZ', '2021-01-13 02:00:12')
Error: Unknown named parameter $localTIme

and

TractorCow\Fluent\Tests\Task\InitialPageLocalisationTaskTest::testInitialPageLocalisation with data set #0 (false, 0, ['Page1', 'Page2', 'Page3', 'Page4'], [])
Symfony\Component\Console\Exception\InvalidArgumentException: The "publish" option does not exist.

Issue

tractorcow commented 1 month ago

Feel free to merge at your convenience.