summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/013.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-11-22 15:12:32 +0000
committerDmitry Stogov <dmitry@php.net>2004-11-22 15:12:32 +0000
commitc6fad655a005fb059f49ee6cc8a9249484d95849 (patch)
tree360db457ee19adea4093a487d08831c331c3c40b /ext/tidy/tests/013.phpt
parentf7585a2cb32e39d9a531e625a4d45fcd603881b5 (diff)
downloadphp-git-c6fad655a005fb059f49ee6cc8a9249484d95849.tar.gz
Tests were fixed.
Diffstat (limited to 'ext/tidy/tests/013.phpt')
-rw-r--r--ext/tidy/tests/013.phpt2
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;