AspireCloud/tests/Feature/API/WpOrg/BrowseHappyControllerTest.php
Chuck Adams e3bb766b61
minor tweaks ahead of upgrades (#198)
* zap: drop redundant caching middleware

* fix: make PluginFactory generate proper versions format

* refactor: use $this->get directly instead of makeApiRequest

* ci: pin action versions in dependency-review action (irony)

Admittedly if actions/checkout is ever compromised, it's game over anyway.

* ci: make OSSF scorecard action manual-only

* ci: pin all runners onto ubuntu-24.04

* test: inline the sole use of assertWpPluginAPIStructure

* meta: add github-actions to dependabot

* build: composer upgrade and bump
2025-03-17 15:02:02 -06:00

5 lines
106 B
PHP

<?php
it('browses happy', function () {
$this->get('/core/browse-happy/1.1')->assertStatus(200);
});