diff options
| author | Dmitry Stogov <dmitry@php.net> | 2004-11-22 15:12:32 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2004-11-22 15:12:32 +0000 |
| commit | c6fad655a005fb059f49ee6cc8a9249484d95849 (patch) | |
| tree | 360db457ee19adea4093a487d08831c331c3c40b /ext/tidy/tests/013.phpt | |
| parent | f7585a2cb32e39d9a531e625a4d45fcd603881b5 (diff) | |
| download | php-git-c6fad655a005fb059f49ee6cc8a9249484d95849.tar.gz | |
Tests were fixed.
Diffstat (limited to 'ext/tidy/tests/013.phpt')
| -rw-r--r-- | ext/tidy/tests/013.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/013.phpt b/ext/tidy/tests/013.phpt index 37efa3d69d..8f1ac94ef4 100644 --- a/ext/tidy/tests/013.phpt +++ b/ext/tidy/tests/013.phpt @@ -4,7 +4,7 @@ Parsing a file using constructor <?php if (!extension_loaded("tidy")) print "skip"; ?> --FILE-- <?php - $tidy = new tidy("ext/tidy/tests/013.html", array("show-body-only"=>true)); + $tidy = new tidy(dirname(__FILE__)."/013.html", array("show-body-only"=>true)); $tidy->cleanRepair(); echo $tidy; |
