Наследование: extends PHPUnit_Framework_TestCase
 public function setUp()
 {
     parent::setUp();
     $this->registry = new ConfigurableRegistry('test', $this->container->reveal(), new JsonDecoder());
 }