Google\Cloud\Tests\Snippets\Logging\SinkTest::setUp PHP 메소드

setUp() 공개 메소드

public setUp ( )
    public function setUp()
    {
        $this->connection = $this->prophesize(ConnectionInterface::class);
        $this->sink = new \SinkStub($this->connection->reveal(), self::SINK, self::PROJECT);
    }