Ejemplo n.º 1
0
 public function test_that_constructor_takes_string_value()
 {
     $string = new StdString('hello');
     $this->assertSame('hello', $string->value());
 }