mirror of https://github.com/pixelfed/pixelfed
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.
Framework tests verify core Laravel integration points: - ServiceProviderTest: app boot, guard resolution, route loading, config_cache - RoutingTest: named routes, duplicates, api/oauth prefixes, middleware groups - EloquentTest: User/Profile/Status factories, relationships, casts, soft deletes - QueueTest: job dispatch, serialization, middleware, unique IDs - ConfigTest: config loading, env overrides, auth/cache/queue settings - MiddlewarePipelineTest: CSRF, auth, throttle, password confirm, 2FA, admin Also: - Add HasFactory trait to Status model - Fix StatusFactory: remove non-existent 'place' column, add 'rendered' field - Add Api/AccountTest for account endpoint coverage (254 total tests) |
4 weeks ago | |
|---|---|---|
| .. | ||
| ActivityFactory.php | 7 months ago | |
| FollowerFactory.php | 7 months ago | |
| ProfileFactory.php | 7 months ago | |
| StatusFactory.php | 4 weeks ago | |
| UserFactory.php | 7 months ago | |