php/tests/Feature
Snider d02f4361e3
Some checks failed
CI / PHP 8.4 (push) Failing after 2m1s
CI / PHP 8.3 (push) Failing after 2m8s
fix(scheduler): skip test directories in ScheduledActionScanner
Test files inside module Tests/ directories (e.g. app/Mod/Lem/Tests/)
extend Tests\TestCase which isn't available in production without dev
dependencies. The scanner now skips /Tests/ directories and *Test.php
files, and wraps class_exists() in try/catch for defence in depth.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-12 15:45:45 +00:00
..
ActivityLogServiceTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
AdminMenuRegistryTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
CronTriggerTest.php feat(webhook): add CronTrigger scheduled action — replaces 4 Docker cron containers 2026-03-12 14:26:58 +00:00
EventAuditLogTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
InputTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
LazyModuleListenerTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
LifecycleEventProviderTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
LifecycleEventsTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
LogsActivityTraitTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
ModuleRegistryTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
ModuleScannerTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
ProTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
SanitiserTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
ScheduledActionModelTest.php fix(actions): harden scheduled actions — security allowlists, trait verification, scan safety 2026-03-12 13:56:14 +00:00
ScheduledActionScannerTest.php fix(scheduler): skip test directories in ScheduledActionScanner 2026-03-12 15:45:45 +00:00
ScheduledActionsIntegrationTest.php test(actions): add integration tests for scheduled actions flow 2026-03-12 12:43:51 +00:00
ScheduledAttributeTest.php feat(actions): add #[Scheduled] attribute for Action classes 2026-03-12 12:23:33 +00:00
ScheduleServiceProviderTest.php feat(actions): add ScheduleServiceProvider — wires DB-backed actions into scheduler 2026-03-12 12:42:59 +00:00
ScheduleSyncCommandTest.php feat(actions): add schedule:sync command — persists #[Scheduled] to database 2026-03-12 12:41:17 +00:00
SeederDiscoveryTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
SeederRegistryTest.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
WebhookCallTest.php feat(webhook): add WebhookCall model, migration, event, verifier interface 2026-03-12 14:21:20 +00:00
WebhookControllerTest.php feat(webhook): add WebhookController — store, verify, fire event, return 200 2026-03-12 14:23:32 +00:00