ucsdmath/testing

Some PHP testing.


Keywords
testing, benchmark, ucsdmath
License
MIT

Documentation

Testing

UCSDMath - Mathlink

A Development Project in PHP

UCSDMath provides a testing framework for general internal Intranet software applications for the UCSD, Department of Mathematics. This is used for development and testing only. [not for production]

Travis CI SensioLabs Dependencies





Scrutinizer Latest PHP Usage Development Code Quality License

Testing is a testing and development library only. This is not to be used in a production. Many features of this component have not been developed but are planned for future implementation. UCSDMath components are written to be adapters of great developments such as Symfony, Twig, Doctrine, etc. This is a learning and experimental library only.

Copy this software from:

Installation using Composer

You can install the class Testing with Composer and Packagist by adding the ucsdmath/testing package to your composer.json file:

"require": {
    "php": "^7.1",
    "ucsdmath/testing": "dev-master"
},

Or you can add the class directly from the terminal prompt:

$ composer require ucsdmath/testing

Usage

$benchmark = new \UCSDMath\Testing\Benchmark();

Documentation

No documentation site available at this time.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email deisner@ucsd.edu instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.