diff options
Diffstat (limited to 'ext/pspell/tests')
-rw-r--r-- | ext/pspell/tests/003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/tests/003.phpt b/ext/pspell/tests/003.phpt index e8677ae826..63291a8d42 100644 --- a/ext/pspell/tests/003.phpt +++ b/ext/pspell/tests/003.phpt @@ -34,7 +34,7 @@ var_dump(pspell_config_ignore($cfg, PHP_INT_MAX)); bool(false) Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is not known. This could also mean that the file "%sb0rked.%s" could not be opened for reading or does not exist. in %s003.php on line 9 -pspell_check(): 0 is not a PSPELL result index +pspell_check(): Argument #1 ($dictionary) must be of type PSpell, bool given --- bool(true) bool(true) |