Libraries tagged by mattiasgeniar
mattiasgeniar/phpunit-query-count-assertions
94 Favers
462185 Downloads
462185 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
mattiasgeniar/php-percentages
200 Favers
219207 Downloads
219207 Downloads
A clean interface to calculate percentages in PHP: changes between values, percentage increases, partial values, ...