use Shopware\Core\Framework\DataAbstractionLayer\Search\Aggregation\Bucket\DateHistogramAggregation;
/**
* @internal
*
* @covers \Shopware\Core\Framework\DataAbstractionLayer\Search\Aggregation\Bucket\DateHistogramAggregation
*/
class DateHistogramAggregationTest extends TestCase
{ public function testEncode(): void
{ $aggregation =
new DateHistogramAggregation( 'test',
'test',
DateHistogramAggregation::PER_DAY,
null,
null,
null,
null
);
static::
assertEquals([ 'extensions' =>
[],