You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
AbstractUnitTestCase::setUp() now resets the default Phalcon DI for per-test isolation.
The functional base is split into FunctionalTrait (actions) and FunctionalAssertionsTrait (assertions)
The containerized dev/test environment now covers PHP 8.1-8.5 for both Phalcon variants (v5 C extension, v6 the phalcon/phalcon package) built via PIE, with database readiness handled by Docker Compose service healthchecks. #4
CONTRIBUTING.md with Docker-based development and testing instructions. #4
Fixed
ServicesTrait now detects an unreachable Memcached backend via getStats() (treating false or an all-empty stats array as unavailable) instead of getVersion(), so the Memcached helpers skip reliably when the server is down. #4
Removed
bin/docker-entrypoint.sh and bin/wait-for-db, superseded by Docker Compose service healthchecks and a keepalive container CMD. #4