for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ParityBit\DeploymentNotifier;
class EnvironmentTest extends ValueObjectHelper
{
protected $objectUnderTest;
protected $value;
public function setUp()
$this->generateRandomValue();
$this->objectUnderTest = new Environment($this->value);
}