Exemplo n.º 1
0
 public function testGetMethodWithInput()
 {
     $value = Str::InitWith("test")->Get();
     $this->assertNotEmpty($value);
     $this->assertEquals("test", $value);
 }