PhpBench\Tests\Unit\Registry\ConfigurableRegistryTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->registry = new ConfigurableRegistry('test', $this->container->reveal(), new JsonDecoder());
    }