We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070eaa8 commit d924753Copy full SHA for d924753
Tests/Locale/LocaleTest.php
@@ -153,6 +153,8 @@ public function testSetDefault()
153
public function testSetDefaultAcceptsEn()
154
{
155
$this->call('setDefault', 'en');
156
+
157
+ $this->assertSame('en', $this->call('getDefault'));
158
}
159
160
protected function call($methodName)
phpunit.xml.dist
@@ -5,6 +5,8 @@
5
backupGlobals="false"
6
colors="true"
7
bootstrap="vendor/autoload.php"
8
+ failOnRisky="true"
9
+ failOnWarning="true"
10
>
11
<php>
12
<ini name="error_reporting" value="-1" />
0 commit comments