SimilarText\Test\FinderTest::testHasNotExactMatch PHP Method

testHasNotExactMatch() public method

Test hasExactMatch() method
    public function testHasNotExactMatch()
    {
        $text_finder = new Finder('banana', ['apple', 'kiwi']);
        $this->assertFalse($text_finder->hasExactMatch());
    }