public function testFourLetterWord() { $anagram = new Anagram(); $result = $anagram->generate('pato'); $this->assertCount(24, $result); }