FastFeed\Tests\FastFeedSetterTest::testPushProcessor PHP Method

testPushProcessor() public method

public testPushProcessor ( )
    public function testPushProcessor()
    {
        $processorMock = $this->getMock('FastFeed\\Processor\\ProcessorInterface');
        $this->assertNull($this->fastFeed->pushProcessor($processorMock));
    }