diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-06-29 22:42:25 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-06-29 22:42:25 +0000 |
| commit | 70f2bcf7634a357ad5af261497edc751e608b31e (patch) | |
| tree | 6847350d433d1a0c92e581a45fa7024480dde5e2 | |
| parent | 1c530aa7cb91024a1dfbebe3c07f4843e84224ae (diff) | |
| download | php-git-70f2bcf7634a357ad5af261497edc751e608b31e.tar.gz | |
Fixed test
| -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 7af81683f9..46d11fcc98 100644 --- a/ext/pspell/tests/003.phpt +++ b/ext/pspell/tests/003.phpt @@ -29,7 +29,7 @@ var_dump(pspell_config_ignore($cfg, PHP_INT_MAX)); --EXPECTF-- 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.dat" could not be opened for reading or does not exist. in %s003.php on line 9 +Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is not known. This could also mean that the file "%s/b0rked.%s" could not be opened for reading or does not exist. in %s003.php on line 9 Warning: pspell_check(): 0 is not a PSPELL result index in %s003.php on line 10 bool(false) |
