shaarli / netscape-bookmark-parser

PHP library to parse Netscape bookmark files
https://packagist.org/packages/shaarli/netscape-bookmark-parser
MIT License
22 stars 10 forks source link

Update tests to run on phpunit 6 or later #47

Closed jvalleroy closed 4 years ago

jvalleroy commented 5 years ago

I'm working on packaging netscape-bookmark-parser for Debian at https://salsa.debian.org/php-team/pear/php-netscape-bookmark-parser. Since Debian unstable has phpunit 8.4.2, I patched the tests to work with that version.

Signed-off-by: James Valleroy jvalleroy@mailbox.org

ArthurHoaro commented 4 years ago

Thanks, however to upgrade PHPUnit we have to drop PHP 5.6 version and I don't really want to release a major version now. Also, the CI is failed on PHP 7.0.

ArthurHoaro commented 4 years ago

Adding #56 with your commit. I wasn't able to push on your branch.