feat: migrate to PSR-4, tests, and CI scaffold - #10
Open
richard015ar wants to merge 1 commit into
Open
Conversation
This plugin had no dev tooling. Add the standard Pressbooks setup: laravel/pint (PSR-12) with pint.json and fix/standards scripts, a PHPUnit config plus a tests/ suite (bootstrap + sanity tests covering the shortcode handlers), .editorconfig, bin/install-wp-tests.sh, a tests.yml workflow using the shared pb-plugin-tests.yml, and a dependabot config. Declare php ^8.3 with config.platform.php pinned to 8.3. The plugin is procedural (no classes), so no autoload is added.
composer.lockPackage changes
Dev Package changes
Settings · Docs · Powered by Private Packagist |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: https://github.com/pressbooks/private/issues/2419
Shortcode Handler had no dev tooling at all — no linter, no tests, no CI beyond Crowdin. This adds the standard Pressbooks build setup (Pint + PHPUnit
What changed
pint.json, plusfix/standardscomposer scripts.tests/suite (bootstrap + sanity tests covering the registered shortcodes and two of the handlers).tests.ymlworkflow using the sharedpb-plugin-tests.yml, plus a Dependabot config andbin/install-wp-tests.sh.php ^8.3withconfig.platform.phppinned to 8.3 so the lock stays valid across the CI matrix. The plugin is procedural, so no autoload is added.How to test
lando composer standards— Pint clean.lando composer test— all 3 tests pass.[reveal-answer]Show[/reveal-answer][hidden-answer]Answer[/hidden-answer]and confirm the<details>markup.