Download the PHP package rskuipers/php-assumptions without Composer
On this page you can find all versions of the php package rskuipers/php-assumptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rskuipers/php-assumptions
More information about rskuipers/php-assumptions
Files in rskuipers/php-assumptions
Download rskuipers/php-assumptions
More information about rskuipers/php-assumptions
Files in rskuipers/php-assumptions
Vendor rskuipers
Package php-assumptions
Short Description Static code analysis tool to detect weak assumptions
License MIT
Package php-assumptions
Short Description Static code analysis tool to detect weak assumptions
License MIT
Please rate this library. Is it a good library?
Informations about the package php-assumptions
PHP Assumptions
Setup
Introduction
PHP Assumptions is the result of a proof of concept inspired by the "From assumptions to assertions" blog post. It's a static code analysis tool doing checks for weak assumptions.
This is an example of an assumption:
Running bin/phpa
on this file would yield the following output:
This is an example of an assertion:
Tests
This project is built with PHPUnit and Prophecy. In order to run these tests make sure you have dev dependencies installed with composer.
Running PHPUnit:
All versions of php-assumptions with dependencies
PHP Build Version
Package Version
The package rskuipers/php-assumptions contains the following files
Loading the files please wait ....