jelix / simpletest-module
Legacy Simpletest module for Jelix 1.7+
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:jelix-module
Conflicts
- php: >5.6
- jelix/jelix: <1.7.0-rc.5
This package is auto-updated.
Last update: 2024-10-23 21:29:01 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.