abby icon indicating copy to clipboard operation
abby copied to clipboard

Minimal A/B Testing Library in PHP

Results 3 abby issues
Sort by recently updated
recently updated
newest added

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).

enhancement

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

documentation
help wanted

Write and include tests for all classes and methods using [PHPUnit](https://phpunit.de/) and [Mockery](http://docs.mockery.io/).

enhancement