for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acquia\LiftClient\Entity;
class TestConfigBase extends Entity implements TestConfigInterface
{
/**
* @param array $array
*/
public function __construct(array $array = [])
parent::__construct($array);
}