Google\Cloud\Tests\Logging\SinkTest::testGetsInfoWithReload PHP Method

testGetsInfoWithReload() public method

    public function testGetsInfoWithReload()
    {
        $this->connection->getSink(['sinkName' => $this->formattedName])->willReturn($this->sinkData)->shouldBeCalledTimes(1);
        $sink = $this->getSink($this->connection);
        $this->assertEquals($this->sinkData, $sink->info());
    }