jelix / simpletest-module
Legacy Simpletest module for Jelix 1.7+
Package info
github.com/jelix/simpletest-module
Type:jelix-module
pkg:composer/jelix/simpletest-module
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
- php: >5.6
- jelix/jelix: <1.7.0-rc.5
Replaces
None
This package is auto-updated.
Last update: 2026-08-24 01:40:16 UTC
README
This is a module for the framework Jelix, allowing to write tests with Simpletest, inside a Jelix application.
Simpletests was the test framework used in Jelix from Jelix 1.0 to Jelix 1.3. And it was removed completely in Jelix 1.7. So it is not anymore the official test framework of Jelix. We encourage to use PHPUnit or Atoum.
This module is only for developers who still have some simpletests tests, and still run PHP 5.6 or lower.
See doc-en.md or doc-fr.md for documentation.