You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/tests
Your Name bcd5a5bd7b Require --scope (local/remote/both) for admin:fixProfileCounts --all
Bulk --all reconciliation previously scanned both local and remote profiles
implicitly. Now --all requires an explicit --scope of local, remote, or
both. --active stays local-only and rejects a non-local --scope. Adds the
BelongsTo return type to Profile::user() so the whereHas('user') scope
filter passes Larastan, and adds tests for scope requirement/validation and
local/remote filtering.
4 weeks ago
..
Feature Require --scope (local/remote/both) for admin:fixProfileCounts --all 4 weeks ago
Unit refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
bats
…
CreatesApplication.php Apply Pint formatting to tests/ 1 month ago
Pest.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
TestCase.php
…