Skip to content

Commit c23d5a4

Browse files
committed
Add a bit of comments
1 parent eb68642 commit c23d5a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ITTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

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
38
use Yoast\PHPUnitPolyfills\TestCases\TestCase;
49

510
require_once 'HTML/Template/IT.php';

0 commit comments

Comments
 (0)