Example #1
0
 public function testAccessor()
 {
     $string = new Str('example string');
     $this->assertEquals('example string', $string->getInternalValue());
 }