abby
abby copied to clipboard
Minimal A/B Testing Library in PHP
Some classes store configuration/data in as an array and some in individual variables, normalize this and look over how we get and set these (including in the constructors).
Examples: - How to target smaller subsets of visitors using `setAllocation` on an `Experiment` - Configuring minimumConfidence and minimumDetectableEffect in `Result` - Passing data and configuration directly to constructors
Write and include tests for all classes and methods using [PHPUnit](https://phpunit.de/) and [Mockery](http://docs.mockery.io/).