PhpBench\Tests\Unit\Formatter\FormatRegistryTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->registry = new FormatRegistry();
        $this->format = $this->prophesize(FormatInterface::class);
    }