Google\Cloud\Test\CallTraitTest::testCall PHP Method

testCall() public method

public testCall ( )
    public function testCall()
    {
        $t = new CallTraitStub(['foo' => 'bar']);
        $this->assertEquals('bar', $t->foo());
    }
CallTraitTest