Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamja/bunsen
Testing framework for CodeIgniter 2.*
https://github.com/liamja/bunsen
Last synced: about 7 hours ago
JSON representation
Testing framework for CodeIgniter 2.*
- Host: GitHub
- URL: https://github.com/liamja/bunsen
- Owner: liamja
- License: mit
- Created: 2016-02-08T00:58:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:20:52.000Z (over 1 year ago)
- Last Synced: 2024-11-10T04:17:56.786Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 377 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bunsen
A test framework for [CodeIgniter] 2.*
Bunsen patches the CodeIgniter core before it bootstraps to load global classes that would be otherwise unavailable to PHPUnit.
Because of this runtime patching, no permanent modifications have to be made to CodeIgniter's core, meaning you can freely update to newer versions.## Documentation
Documentation can be found in [the docs directory](docs/), or you can [read the documentation online](https://liamja.gitbooks.io/bunsen/content/) in book format.
## Acknowledgements
* [Patchwork] is used to perform the patching.
* Heavily inspired by [codeigniter-phpunit].## License
Bunsen is [MIT licensed](LICENSE.md).
[CodeIgniter]: https://www.codeigniter.com
[codeigniter-phpunit]: https://github.com/fmalk/codeigniter-phpunit/tree/2.x
[Patchwork]: http://antecedent.github.io/patchwork