Skip to content

Commit 17f53d1

Browse files
committed
update changelog
1 parent 9de65b7 commit 17f53d1

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

phpunit.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,4 @@
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>

src/Tests/Html2PdfTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)