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

testErr() public method

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