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