예제 #1
0
파일: String.php 프로젝트: Hywan/String
 public function case_collator()
 {
     $this->given($this->getPhpMocker()->setDefaultNamespace('Hoa\\Ustring'), $this->function->setlocale = OS_WIN ? 'fr' : 'fr_FR', $collator = LUT::getCollator())->when($result = $collator->getLocale(\Locale::VALID_LOCALE))->then->string($result)->isEqualTo('fr');
 }