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 eb68642 commit c23d5a4Copy full SHA for c23d5a4
tests/ITTest.php
@@ -1,5 +1,10 @@
1
<?php
2
3
+// As we want to run on PHP < 7.1,
4
+// we can't use return type declaration in fixtures.
5
+// Therefore we use PHPUnitPolyFills snakecase fixtures set_up/tear_down
6
+// instead of setUp/tearDown.
7
+// See https://github.com/Yoast/PHPUnit-Polyfills?tab=readme-ov-file#option-1-yoastphpunitpolyfillstestcasestestcase
8
use Yoast\PHPUnitPolyfills\TestCases\TestCase;
9
10
require_once 'HTML/Template/IT.php';
0 commit comments