Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
spipu committed Jan 28, 2023
1 parent 9de65b7 commit 17f53d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [5.2.6](https://github.com/spipu/html2pdf/compare/v5.2.5...v5.2.6) - 2023-01-28

* add support of PHP 8.1 and PHP 8.2
* add phpunit 9 compatibility - thanks to @jausions
* remove useless files

## [5.2.5](https://github.com/spipu/html2pdf/compare/v5.2.4...v5.2.5) - 2022-04-04
Expand Down
13 changes: 0 additions & 13 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,4 @@
<directory>src/Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhiteList="true">
<directory suffix=".php">src</directory>
<exclude>
<directory>src/Tests</directory>
<directory>src/config</directory>
</exclude>
</whitelist>
</filter>
<!-- logging>
<log type="coverage-html" target="build/logs/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging -->
</phpunit>
2 changes: 2 additions & 0 deletions src/Tests/Html2PdfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public function testExtensionTag()

$object->addExtension($extension);
$object->writeHTML('<div><test_tag>Hello</test_tag></div>');

$this->assertTrue(true);
}

public function testSecurityGood()
Expand Down

0 comments on commit 17f53d1

Please sign in to comment.