Esempio n. 1
0
 public function testStartWith()
 {
     $this->assertTrue(Util::startsWith("xxab", "xx"), true);
 }