예제 #1
0
 /**
  *
  */
 public function testStartsWithWithWrongDatatype()
 {
     $this->assertFalse(String::startsWith(['a', 'b', 'c'], 'a'));
 }