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