wiki.techinc.nl/tests/phpunit/languages
Thiemo Kreuz e06ce9f467 tests: Prefer PHPUnit's assertSame() when comparing empty strings
assertSame() is guaranteed to never do any magic type conversion.
This can be critical when accidentially comparing empty strings (a
value PHP considers to be "falsy") to false, 0, 0.0, null, and such.

Change-Id: I2e2685c5992cae252f629a68ffe1a049f2e5ed1b
2019-09-20 15:27:58 +00:00
..
classes Clean up spacing of doc comments 2019-08-05 22:29:50 +00:00
LanguageClassesTestCase.php
LanguageConverterTest.php Merge "Accept BCP 47 codes as aliases for nonstandard variants" 2018-10-11 20:46:42 +00:00
LanguageFallbackStaticMethodsTest.php Integration tests for Language fallback methods 2019-08-29 18:25:12 +03:00
LanguageTest.php tests: Prefer PHPUnit's assertSame() when comparing empty strings 2019-09-20 15:27:58 +00:00