purt09/enot

Library for implement enot.io

0.5 2021-10-24 18:07 UTC

This package is auto-updated.

Last update: 2024-05-24 23:56:37 UTC


README

Install

composer require purt09/enot

Unit testing

Install in your local

$ composer install

Run Tests

Fill in the information in EnotTest

$ php vendor/bin/phpunit --bootstrap vendor/autoload.php tests/unit/EnotTest.php

or

$ "vendor/bin/phpunit" --bootstrap vendor/autoload.php tests/unit/EnotTest.php