Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00%
1 / 1
 
 
CRAP  
 
AbstractAggregator
100.00%
1 / 1
 
 
0  
 
<?php
/**
* This file is part of the FastFeed package.
*
* (c) Daniel González <daniel@desarrolla2.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FastFeed\Aggregator;
use FastFeed\Parser\AbstractDomParser;
/**
* AbstractAggregator
*/
abstract class AbstractAggregator extends AbstractDomParser
{
}