Example #1
0
 function testPass_verifyDictionary()
 {
     $test_Scrabble = new Scrabble();
     $input = "understanding";
     $result = $test_Scrabble->verifyDictionary($input);
     $this->AssertEquals(true, $result);
 }