diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2012-03-02 05:04:40 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2012-03-02 05:04:40 +0000 |
| commit | bc8e8b34674697e82c852c61dce94717d43bb874 (patch) | |
| tree | aaaa226ae3c5c7621794d63a97ee645b6f215c23 /ext/mbstring/tests/htmlent.phpt | |
| parent | bcb9768f9e7e1989e94350b880305133b064dfb3 (diff) | |
| download | php-git-bc8e8b34674697e82c852c61dce94717d43bb874.tar.gz | |
Fix tests that break if filter.default isn't set to unsafe_raw
Diffstat (limited to 'ext/mbstring/tests/htmlent.phpt')
| -rw-r--r-- | ext/mbstring/tests/htmlent.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/tests/htmlent.phpt b/ext/mbstring/tests/htmlent.phpt index 33c3a5be52..5af96c7c41 100644 --- a/ext/mbstring/tests/htmlent.phpt +++ b/ext/mbstring/tests/htmlent.phpt @@ -15,6 +15,7 @@ mbstring.http_input=HTML-ENTITIES mbstring.internal_encoding=UTF-8 mbstring.http_output=HTML-ENTITIES mbstring.encoding_translation=1 +filter.default=unsafe_raw --FILE-- <?php // enable output encoding through output handler |
