PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Interface Testing   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Interface Testing
Demonstrate how to test an interface with PHPUnit
Author: By
Last change:
Date: 12 days ago
Size: 305 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/interface-testing", "require-dev": { "phpunit/phpunit": "^11.2" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "require": {} }