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

testPushParser() public méthode

public testPushParser ( )
    public function testPushParser()
    {
        $parserMock = $this->getMock('FastFeed\\Parser\\ParserInterface');
        $this->assertNull($this->fastFeed->pushParser($parserMock));
    }