You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was 1 failure:
1) Shaarli\Front\Controller\Admin\ConfigureControllerTest::testIndex
Failed asserting that actual size 6 matches expected size 5.
/home/travis/build/shaarli/Shaarli/tests/front/controller/admin/ConfigureControllerTest.php:65
/home/travis/build/shaarli/Shaarli/vendor/phpunit/phpunit/phpunit:61
It's failing since #1642 was merged, was ok before that. static::assertCount(5, $assignedVariables['languages']); should be updated to 6 since a new language was added.
The text was updated successfully, but these errors were encountered:
As shown in https://github.com/shaarli/Shaarli/runs/1412034972 -> https://travis-ci.com/github/shaarli/Shaarli/jobs/441515544
It's failing since #1642 was merged, was ok before that.
static::assertCount(5, $assignedVariables['languages']);
should be updated to 6 since a new language was added.The text was updated successfully, but these errors were encountered: