示例#1
0
文件: StrTest.php 项目: gmo/common
 public function test_split_first_containing_delimiter()
 {
     $this->assertSame("herp", Str::splitFirst("herp derp", " "));
 }