wp-bootstrap / wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
https://wp-bootstrap.github.io/wp-bootstrap-navwalker/
GNU General Public License v3.0
3.37k stars 1.94k forks source link

Use PHPUnit 5 instead of PHPUnit 4 #488

Closed IanDelMar closed 4 years ago

IanDelMar commented 4 years ago

Builds using PHPUnit 4 fail (see here) because WordPress requires at least PHPUnit 5.4. Thrown Error: "Looks like you're using PHPUnit 4.8.36. WordPress requires at least PHPUnit 5.4 and is currently only compatible with PHPUnit up to 7.x.".

Changes proposed in this Pull Request: