SimilarText\Test\FinderTest::testAll PHP Method

testAll() public method

Test all() method
public testAll ( )
    public function testAll()
    {
        $text_finder = new Finder('bananna', ['apple', 'kiwi', 'Ü◘ö']);
        $this->assertCount(3, $text_finder->all());
    }