Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-24T22:11:15.000Z (almost 12 years ago)
- Last Synced: 2023-03-23T03:36:53.730Z (almost 2 years ago)
- Language: PHP
- Size: 1.56 MB
- Stars: 2
- Watchers: 1
- 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'