for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ben182\AbTesting\Events;
class ExperimentNewVisitor
{
public $experiment;
public function __construct($experiment)
$this->experiment = $experiment;
}