We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4543737 commit c2cf01aCopy full SHA for c2cf01a
README.md
@@ -49,7 +49,7 @@ require "vendor/autoload.php";
49
use PHPHtmlParser\Dom;
50
51
$dom = new Dom;
52
-$dom->loadFromFile('tests/big.html');
+$dom->loadFromFile('tests/data/big.html');
53
$contents = $dom->find('.content-border');
54
echo count($contents); // 10
55
0 commit comments