|
|
|
|
|
by JeremieF
441 days ago
|
|
That’s fair at first glance, but Dataphyre actually includes a built-in diagnostic engine (Dpanel) that:
- Validates PHP syntax before runtime
- Runs JSON-defined unit tests with dependency checks
- Supports perf assertions, expected types, regex, and even custom scripts
- Auto-discovers tests inside each module’s unit_tests/ folder
- It’s designed to diagnose, trace, and stress-test production modules, not just simulate behavior in CI. I get that the structure may look unorthodox, but it’s built for resilience and self-healing.
Would love for you to take a deeper look, I think you might be surprised. |
|