Download the PHP package codefroghub/roma without Composer
On this page you can find all versions of the php package codefroghub/roma. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codefroghub/roma
More information about codefroghub/roma
Files in codefroghub/roma
Download codefroghub/roma
More information about codefroghub/roma
Files in codefroghub/roma
Vendor codefroghub
Package roma
Short Description utility to work with roma numbers.
License MIT
Homepage https://github.com/CodeFrogHub/php-roma
Package roma
Short Description utility to work with roma numbers.
License MIT
Homepage https://github.com/CodeFrogHub/php-roma
Please rate this library. Is it a good library?
Informations about the package roma
ROMA
utility to work with roma numbers.
FROM PHPUNTI STARTER
Prerequisite
- PHP (https://php.net/downloads.php)
- Composer (https://getcomposer.org/)
- PHPUnit (https://phpunit.de/)
For command line use, please setup properly for global environment.
Installation
Install phpunit for project
composer install
Folder Structures
Run PHPUnit
Run all testing files in tests/ folder with color highlight
phpunit tests/ --colors
Basic PHP Test File
- Class with
Test
for naming convention. - Test Class MUST extends
PHPUnit_Framework_TestCase
- Method name starts with
test
or with annotation/** @test */
PHPUnit Assertions (https://phpunit.de/manual/current/en/appendixes.assertions.html)
Visit PHPUnit Manual for more information.
All versions of roma with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package codefroghub/roma contains the following files
Loading the files please wait ....