Download the PHP package dan-da/tester-php without Composer
On this page you can find all versions of the php package dan-da/tester-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tester-php
tester-php
A simple one-file php test harness.
This is a very lightweight test harness that can be easily installed with composer, or you can just copy the tester.php file into your own project.
Let's see an example test.
The test is in file eq.test.php.
And now let's execute it.
Usage
Installation and Running.
Library install
Normally you would install tester-php into your own project using a composer require in your project's composer.json, eg:
Then run composer install.
tester.php is then available at
Standalone install
Run tests.
Todos
- add more example test cases
- add proper help/usage.
All versions of tester-php with dependencies
PHP Build Version
Package Version
Requires
dan-da/strictmode-php Version
^1.0
The package dan-da/tester-php contains the following files
Loading the files please wait ....