File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55## [ 5.2.6] ( https://github.com/spipu/html2pdf/compare/v5.2.5...v5.2.6 ) - 2023-01-28
66
77 * add support of PHP 8.1 and PHP 8.2
8+ * add phpunit 9 compatibility - thanks to @jausions
89 * remove useless files
910
1011## [ 5.2.5] ( https://github.com/spipu/html2pdf/compare/v5.2.4...v5.2.5 ) - 2022-04-04
Original file line number Diff line number Diff line change 1212 <directory >src/Tests</directory >
1313 </testsuite >
1414 </testsuites >
15- <filter >
16- <whitelist addUncoveredFilesFromWhiteList =" true" >
17- <directory suffix =" .php" >src</directory >
18- <exclude >
19- <directory >src/Tests</directory >
20- <directory >src/config</directory >
21- </exclude >
22- </whitelist >
23- </filter >
24- <!-- logging>
25- <log type="coverage-html" target="build/logs/coverage" charset="UTF-8" yui="true" highlight="true"/>
26- <log type="coverage-clover" target="build/logs/clover.xml"/>
27- </logging -->
2815</phpunit >
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ public function testExtensionTag()
2121
2222 $ object ->addExtension ($ extension );
2323 $ object ->writeHTML ('<div><test_tag>Hello</test_tag></div> ' );
24+
25+ $ this ->assertTrue (true );
2426 }
2527
2628 public function testSecurityGood ()
You can’t perform that action at this time.
0 commit comments