Example #1
0
 public function testCanCreateString()
 {
     $string = String::create();
     $this->assertEquals('', $string->obtain());
 }