FastFeed\Tests\FastFeedSetterTest::testSetGuzzle PHP Method

testSetGuzzle() public method

public testSetGuzzle ( )
    public function testSetGuzzle()
    {
        $guzzleMock = $this->getMock('Guzzle\\Http\\ClientInterface');
        $this->assertNull($this->fastFeed->setHttpClient($guzzleMock));
    }