aspirecloud/tests/Feature/API/WpOrg/BrowseHappyControllerTest.php
2025-10-25 13:15:51 -06:00

6 lines
131 B
PHP

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