Google\Cloud\Tests\Storage\EncryptionTraitTest::testFormatEncryptionHeaders PHP Method

testFormatEncryptionHeaders() public method

public testFormatEncryptionHeaders ( $expectedOptions, $options )
    public function testFormatEncryptionHeaders($expectedOptions, $options)
    {
        $this->assertEquals($expectedOptions, $this->trait->formatEncryptionHeaders($options));
    }