phpunit Google_Client模拟

时间:2015-07-08 21:22:33

标签: php unit-testing google-analytics phpunit google-analytics-api

尝试对GA处理类进行单元测试,但我无法弄清楚如何正确模拟客户端对象。我使用下面的模拟代码收到此错误。

Call to undefined method Google_Client::__phpunit_cleanup()

public function getMockGaClient() {
    return $this->getMockBuilder('Google_Client')
        ->setMockClassName('Google_Client')
        ->getMock();
}

有点先发制人,我设置模拟名称,以便通过参数检查。

0 个答案:

没有答案