https://github.com/willmendesneto/codeigniter-tdd-with-hooks
A codeigniter unit tests example using only hooks.
https://github.com/willmendesneto/codeigniter-tdd-with-hooks
Last synced: 2 months ago
JSON representation
A codeigniter unit tests example using only hooks.
- Host: GitHub
- URL: https://github.com/willmendesneto/codeigniter-tdd-with-hooks
- Owner: willmendesneto
- Created: 2013-02-24T19:03:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-24T22:11:15.000Z (over 12 years ago)
- Last Synced: 2025-04-25T04:52:24.615Z (2 months ago)
- Language: PHP
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codeigniter-TDD-with-Hooks
==========================A codeigniter unit tests example using only hooks.
A codeigniter unit tests example using only hooks.
## How to use
1 Put in your project. You can:
* Create a database "ci-phpunit" or modify the database specifications
* Run in your browser the url 'your-project-url/migrate' for generate the 'posts' table in database
* Run in your CLI
'cd your-project-directory''php vendor/phpunit/phpunit/composer/bin/phpunit'
or
'php vendor/phpunit/phpunit/composer/bin/phpunit --testdox'