mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-07-17 11:37:03 +08:00
* 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
5 lines
106 B
PHP
5 lines
106 B
PHP
<?php
|
|
|
|
it('browses happy', function () {
|
|
$this->get('/core/browse-happy/1.1')->assertStatus(200);
|
|
});
|