Skip to content

Commit 71c35c5

Browse files
Merge branch '3.2'
* 3.2: Allow terminal dimensions to be set to 0 (unbounded) [Cache] Remove exception false-positive from FilesystemAdapterTrait fix risky tests fix risky tests [Yaml] release memory after parsing [HttpFoundation] Fix and test status codes according to IANA's data Add `use_strict_mode` in validOptions for session [Console] Inherit phpdoc from OutputFormatterInterface
2 parents dc7b5a5 + 50b11e9 commit 71c35c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Locale/LocaleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ public function testSetDefault()
153153
public function testSetDefaultAcceptsEn()
154154
{
155155
$this->call('setDefault', 'en');
156+
157+
$this->assertSame('en', $this->call('getDefault'));
156158
}
157159

158160
protected function call($methodName)

0 commit comments

Comments
 (0)