You've already forked wp-bootstrap
-
WP Bootstrap 1.1.1
Stablereleased this
2026-02-28 23:14:34 +00:00 | 3 commits to main since this releaseAdded
- PHPUnit test suite: 64 unit tests covering
BlockRenderer,WidgetRenderer,NavWalker, andTemplateControllerclasses with 107 assertions. Uses PHPUnit 11 and Brain\Monkey for WordPress function mocking. - Test infrastructure:
WP_HTML_Tag_Processorfunctional stub using DOMDocument for testing block renderer HTML manipulation outside WordPress. Empty stubs forWP_BlockandWP_Widgettype hints. - Build pipeline integration: Tests run automatically before every
npm run buildviaprebuildhook (composer exec -- phpunit). - CI test job: New PHPUnit test step in Gitea CI workflow between lint and build-release. Tests must pass before release packages are built.
- Release package exclusions:
tests/,phpunit.xml.dist, and.phpunit.cache/excluded from release ZIP packages with verification step.
Downloads
- PHPUnit test suite: 64 unit tests covering