summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/DOMTreeBuilderTest.php
blob: 6ffae756bc1495879fc1e7774c6340e14ffc83d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * @file
 * Test the Scanner. This requires the InputStream tests are all good.
 */
namespace HTML5\Parser;

require_once __DIR__ . '/../TestCase.php';

class DOMTreeParserTest extends \HTML5\Tests\TestCase {
}