- Add proper Tests\ namespace to all test classes in tests/Feature and tests/Unit - Split RemainingModelsTest.php into separate files (PSR-4 compliance) - Create missing factories: MetaFactory, RemoteEmailFactory - Add HasFactory trait to RemoteEmail model - Add missing ReflectionClass imports to test files - Fix mass assignment issues in Meta and RemoteEmail models - Override database connection for RemoteEmail in testing environment - Fix DateTime comparison precision issues in tests
29 lines
1.9 KiB
JSON
29 lines
1.9 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(vendor/bin/pint --dirty)",
|
|
"Bash(vendor/bin/pest --parallel)",
|
|
"Bash(vendor/bin/pest --parallel --stop-on-failure)",
|
|
"Bash(vendor/bin/pest tests/Unit/Models/ZEmailTest.php)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/UserResourceTest.php)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/UserResourceTest.php --verbose)",
|
|
"Bash(vendor/bin/pest tests/Feature/Controllers/WebhookControllerTest.php)",
|
|
"Bash(vendor/bin/pest --parallel --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/ExampleTest.php --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Controllers/WebhookControllerTest.php --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Controllers/WebhookControllerTest.php --filter=\"it_rejects_webhook_with_no_data\" --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Controllers/WebhookControllerTest.php --filter=\"it_rejects_webhook_with_no_data\" --no-coverage --debug)",
|
|
"Bash(vendor/bin/pest tests/Feature/Livewire/DashboardTest.php tests/Feature/ExampleTest.php --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_renders_ticket_resource_list_page\" --no-coverage --debug)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_displays_tickets_in_table\" --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_can_search_tickets_by_subject\" --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_can_create_new_plan\" --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_can_create_new_category\" --no-coverage)",
|
|
"Bash(vendor/bin/pest tests/Unit/Models/RemoteEmailTest.php --no-coverage)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|