PhpBench\Tests\Unit\Formatter\FormatRegistryTest::setUp PHP Метод

setUp() публичный Метод

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