FastFeed\Tests\FastFeedSetterTest::testSetLogger PHP Method

testSetLogger() public method

public testSetLogger ( )
    public function testSetLogger()
    {
        $loggerMock = $this->getMock('Psr\\Log\\LoggerInterface');
        $this->assertNull($this->fastFeed->setLogger($loggerMock));
    }