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) UserFrosting\Sprinkle\Core\Tests\Integration\Filesystem\FilesystemTest::testAddingAdapter
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'D:/a/UserFrosting/UserFrosting/app/storage/testingDriver/'
+'D:/a/UserFrosting/UserFrosting/app/storage/testingDriver\'
D:\a\UserFrosting\UserFrosting\app\sprinkles\core\tests\Integration\Filesystem\FilesystemTest.php:150
This should be linked to the above :
23) UserFrosting\Sprinkle\Core\Tests\Integration\I18n\SiteLocaleTest::testgetAvailableOptions
UserFrosting\Support\Exception\FileNotFoundException: The repository file 'locale://fr_FR/locale.yaml' could not be found.
D:\a\UserFrosting\UserFrosting\app\vendor\userfrosting\support\src\Repository\Loader\FileRepositoryLoader.php:81
D:\a\UserFrosting\UserFrosting\app\vendor\userfrosting\support\src\Repository\Loader\FileRepositoryLoader.php:58
D:\a\UserFrosting\UserFrosting\app\vendor\userfrosting\i18n\src\Locale.php:62
D:\a\UserFrosting\UserFrosting\app\vendor\userfrosting\i18n\src\Locale.php:51
D:\a\UserFrosting\UserFrosting\app\sprinkles\core\src\I18n\SiteLocale.php:47
D:\a\UserFrosting\UserFrosting\app\sprinkles\core\src\I18n\SiteLocale.php:76
D:\a\UserFrosting\UserFrosting\app\sprinkles\core\tests\Integration\I18n\SiteLocaleTest.php:101
As for the path issue, flysystem Local adapter replace any trailing slashes with the DIRECTORY_SEPARATOR constant. I changed it in 0c6cca2 so we expect what flysystem adaptor returns. At some point our \UserFrosting\DS should probably use that constant too, but this would maker a lot of mess all around UF code.
See test result : https://github.com/userfrosting/UserFrosting/runs/1622445785?check_suite_focus=true#step:7:1098
This should be linked to the above :
@abdullahseba Had you found a fix for this ?
The text was updated successfully, but these errors were encountered: