Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
adapt locale test to two format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierozi committed Dec 3, 2017
1 parent b5aed28 commit fe6b6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Unit/Ustring.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public function case_collator()
)
->when($result = $collator->getLocale(\Locale::VALID_LOCALE))
->then
->string($result)
->isEqualTo('fr');
->boolean(in_array($result, ['fr', 'fr_FR']))
->isTrue();
}

public function case_safe_unsafe_pattern()
Expand Down

0 comments on commit fe6b6af

Please sign in to comment.