for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wambo\Core\Immutable;
/**
* Class ImmutableTraitImpl just for PHPUnit Tests
*
* @package Wambo\Core\Immutable
*/
class ImmutableTraitImpl implements ImmutableInterface
{
use ImmutableTrait;
public function __construct()
$this->setConstructed();
}