Skip to content

Commit d0c1f70

Browse files
committed
fix risky tests
1 parent aa4be25 commit d0c1f70

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)