mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
rename ReasonAggregator => ActivityReasonAggregator for consistency
This commit is contained in:
@@ -22,15 +22,15 @@ namespace Chill\ActivityBundle\Tests\Aggregator;
|
||||
use Chill\MainBundle\Test\Export\AbstractAggregatorTest;
|
||||
|
||||
/**
|
||||
*
|
||||
* Add tests for ActivityReasonAggregator
|
||||
*
|
||||
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||
*/
|
||||
class ReasonAggregatorTest extends AbstractAggregatorTest
|
||||
class ActivityReasonAggregatorTest extends AbstractAggregatorTest
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @var \Chill\ActivityBundle\Export\Aggregator\ReasonAggregator
|
||||
* @var \Chill\ActivityBundle\Export\Aggregator\ActivityReasonAggregator
|
||||
*/
|
||||
private $aggregator;
|
||||
|
Reference in New Issue
Block a user