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