Google\Cloud\Tests\BigQuery\BytesTest::testGetsType PHP Method

testGetsType() public method

public testGetsType ( )
    public function testGetsType()
    {
        $bytes = new Bytes($this->value);
        $this->assertEquals('BYTES', $bytes->type());
    }