예제 #1
0
파일: StringsTest.php 프로젝트: nochso/omni
 public function testGetCommonSuffix()
 {
     $this->assertSame('o', Strings::getCommonSuffix('foo', 'bao'));
 }