Ejemplo n.º 1
0
 public function testGetCommonSuffix()
 {
     $this->assertSame('o', Strings::getCommonSuffix('foo', 'bao'));
 }