Google\Cloud\Test\CallTraitTest::testErr PHP Méthode

testErr() public méthode

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