Ejemplo n.º 1
0
 public function testToUpper()
 {
     $this->assertEquals($this->string->toUpper('тест'), 'ТЕСТ');
 }