Files
MokoCassiopeia/tests/unit.suite.yml
copilot-swe-agent[bot] 9d7651d349 Add Joomla-aware development workflows and scripts
- Created extension packaging script
- Added PHPStan configuration for static analysis
- Added PHP_CodeSniffer configuration with Joomla standards
- Created Codeception testing framework setup
- Added PHP quality check workflow
- Added Joomla testing workflow with multiple versions
- Added staging deployment workflow
- Created comprehensive documentation
- Set up test directory structure with sample tests

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 03:03:20 +00:00

9 lines
153 B
YAML

# Codeception Test Suite Configuration
actor: UnitTester
modules:
enabled:
- Asserts
- \Tests\Support\UnitHelper
step_decorators: ~