-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Api
classes
#6524
base: v5/develop
Are you sure you want to change the base?
Merge Api
classes
#6524
Conversation
$this->assertTrue(in_array(setlocale(LC_TIME, 0), ['de', 'de_DE', 'de_DE.UTF-8', 'de_DE.UTF8', 'de_DE.ISO8859-1'])); | ||
$this->assertTrue(in_array(setlocale(LC_MONETARY, 0), $de)); | ||
$this->assertTrue(in_array(setlocale(LC_NUMERIC, 0), $de)); | ||
$this->assertTrue(in_array(setlocale(LC_TIME, 0), $de)); | ||
$this->assertSame($originalLocale, setlocale(LC_CTYPE, 0)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Help needed (not urgent):
@lukasbestle This unit test now fails as we have added the setUp
method setting an app
object with a locale. At least that's why I think it fails. How would we need to alter this test method to pass but still ensure it checks the right things? Not fully understanding all the setLocale
calls, so if you have an idea sometime, not urgent at all.
4bad919
to
fbf5dd5
Compare
fbf5dd5
to
4cac4ce
Compare
d5d081b
to
fb2998f
Compare
96d5a5e
to
423257e
Compare
423257e
to
7e274db
Compare
7e274db
to
cb5bdb2
Compare
cb5bdb2
to
0b338a2
Compare
Description
Summary of changes
Cms\Api
classes intoApi
namespaceReasoning
We decided that we don't want to have the enforced separation CMS/other where it doesn't benefit us. I think for less complexity in the long run, it makes sense to merge these classes.
Additional context
Changelog
Fixes
Breaking changes
Docs
Ready?
For review team