xref: /php-src/ext/tidy/tests/gh10636.phpt (revision f592f75e)
1--TEST--
2GH-10636 (Tidy does not output notice when it encountered parse errors in the default configuration file)
3--EXTENSIONS--
4tidy
5--INI--
6tidy.default_config={PWD}/gh10636_config
7--FILE--
8<?php
9$a = new tidy(__DIR__."/007.html");
10?>
11--EXPECTF--
12Notice: main(): There were errors while parsing the Tidy configuration file "%sgh10636_config" in %s on line %d
13