9 namespace Fossology\Lib\Util;
14 protected function setUp() :
void
16 $this->assertCountBefore = \Hamcrest\MatcherAssert::getCount();
19 protected function tearDown() :
void
21 $this->addToAssertionCount(\Hamcrest\MatcherAssert::getCount()-$this->assertCountBefore);
24 public function testGetCommonHead()
testReplaceUnicodeControlChar()
static replaceUnicodeControlChar($input, $replace="")
static getCommonHead($a, $b)