An open API service indexing awesome lists of open source software.

https://github.com/osmaircoelho/phpunit-basic

PHP7, PHPUnit
https://github.com/osmaircoelho/phpunit-basic

Last synced: 4 months ago
JSON representation

PHP7, PHPUnit

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