https://github.com/osmaircoelho/phpunit-basic
PHP7, PHPUnit
https://github.com/osmaircoelho/phpunit-basic
Last synced: 4 months ago
JSON representation
PHP7, PHPUnit
- Host: GitHub
- URL: https://github.com/osmaircoelho/phpunit-basic
- Owner: osmaircoelho
- Created: 2018-02-23T16:03:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T13:51:41.000Z (over 7 years ago)
- Last Synced: 2025-01-10T00:47:12.321Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPUnit
PHPUnit is a tool for creating automated, object-oriented PHP. It is based on the xUnit testing architecture that comes from the Smalltalk
programming language. In this repository you will see the main concepts of the tool, tests with database and integrated tests with Composer,
besides understanding the importance of development based on tests