PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   PHP Unit Testing Sample   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Unit Testing Sample
Show how to test a class using PHPUnit
Author: By
Last change:
Date: Yesterday
Size: 334 bytes
 

Contents

Class file image Download
{ "name": "anuddev/test-app-sample", "description": "trying how to test using php unit testing", "require": { "phpunit/phpunit": "^10.2" }, "autoload": { "psr-4": { "Anuddev\\TestAppSample\\": "src/" } }, "authors": [ { "name": "aanu1234", "email": "tunsabaze01@gmail.com" } ] }