blob: fed4e5d0bbe89362131c2755110906c7384dc64b [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001<?php
2
3class Html2TextComponentTest extends \ComponentTests\ComponentTest {
4
5 function getRoots() {
6 return array(__DIR__ . "/..");
7 }
8
9}