Skip to content

Commit

Permalink
Add a bit of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
duboism committed Sep 15, 2024
1 parent 74c8855 commit deae8e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ITTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

// As we want to run on PHP < 7.1,
// we can't use return type declaration in fixtures.
// Therefore we use PHPUnitPolyFills snakecase fixtures set_up/tear_down
// instead of setUp/tearDown.
// See https://github.com/Yoast/PHPUnit-Polyfills?tab=readme-ov-file#option-1-yoastphpunitpolyfillstestcasestestcase
use Yoast\PHPUnitPolyfills\TestCases\TestCase;

require_once 'HTML/Template/IT.php';
Expand Down

0 comments on commit deae8e3

Please sign in to comment.