upskill-event-manager/docs
bengizmo 0bcae8792c fix(tests): Resolve Task 4.7 integration test issues & UMB
- Debugged and resolved failures/skips in integration tests for Task 4.7 (Create/Modify Event Pages). The root cause was incorrect loading and initialization assumptions regarding The Events Calendar Community Events (TEC CE) within the PHPUnit environment.
- Corrected TEC CE loading in `tests/bootstrap.php` by:
    - Fixing the plugin filename (`tribe-community-events.php`).
    - Changing the loading hook from `muplugins_loaded` to `plugins_loaded`.
- Refactored `test-event-management-integration.php`:
    - Moved TEC CE availability checks from `wpSetUpBeforeClass` to `set_up` to avoid premature checks.
    - Removed skip logic based on incorrect assumptions about TEC CE's `$form_handler` property.
- Refactored `class-event-handler.php`:
    - Removed incorrect conditional delegation logic attempting to call a non-existent TEC CE method.
    - Fixed a PHP syntax error (missing closing brace) introduced during previous edits.
- Integration tests for Task 4.7 (`Event_Management_Integration_Test`) now pass successfully.
2025-04-02 07:02:06 -03:00
..
scraped Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
automatic-page-creation-plan.md feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
deployment.md feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
design_guidance.md docs: update Memory Bank and implementation plan with development environment progress 2025-03-25 14:28:26 -03:00
implementation_plan.md fix(tests): Resolve Task 4.7 integration test issues & UMB 2025-04-02 07:02:06 -03:00
REQUIREMENTS.md Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
role-implementation-plan.md feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
trainer-role.md Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
Upskill_HVAC_Prod_WP_Info.txt Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00