PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Testes Unitarios   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Testes Unitarios
Show how to test classes using PHPUnit
Author: By
Last change:
Date: 1 month ago
Size: 302 bytes
 

Contents

Class file image Download
{ "name": "app/testes", "require": { "phpunit/phpunit": "10" }, "autoload": { "psr-4": { "App\\Testes\\": "src/" } }, "authors": [ { "name": "faustinopsy", "email": "rodrigohipnose@gmail.com" } ] }