Google\Cloud\Tests\Int64Test::testGetsValue PHP Method

testGetsValue() public method

public testGetsValue ( )
    public function testGetsValue()
    {
        $int = '123';
        $int64 = new Int64($int);
        $this->assertEquals($int, $int64->get());
    }