Google\Cloud\Tests\Logging\MetricTest::setUp PHP Метод

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

public setUp ( )
    public function setUp()
    {
        $this->formattedName = "projects/{$this->projectId}/metrics/{$this->metricName}";
        $this->connection = $this->prophesize(ConnectionInterface::class);
    }