Ejemplo n.º 1
0
 public function testLower()
 {
     $text = new Text('Abc');
     $this->assertEquals('abc', $text->lower());
 }