FastFeed\Tests\FastFeedSetterTest::testPushProcessor PHP Méthode

testPushProcessor() public méthode

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