Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtnabe/tdd-bed-php-phpunit
A minimum base for TDD practice with PHP and PHPUnit
https://github.com/wtnabe/tdd-bed-php-phpunit
php phpunit scaffold
Last synced: about 2 months ago
JSON representation
A minimum base for TDD practice with PHP and PHPUnit
- Host: GitHub
- URL: https://github.com/wtnabe/tdd-bed-php-phpunit
- Owner: wtnabe
- Created: 2014-10-13T10:43:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T21:30:17.000Z (over 9 years ago)
- Last Synced: 2023-04-12T05:26:40.624Z (almost 2 years ago)
- Topics: php, phpunit, scaffold
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Instant Setup
=============0. install PHP and Composer
1. `composer install`Develop
=======write code and type `./phpunit`