Google\Cloud\Test\CallTraitTest::testCall PHP 메소드

testCall() 공개 메소드

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