From b81acd4f6827ebfe74cfebbdcc0539d3db8ab03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Jonu=C5=A1as?= <mantas.jonusas@nfq.lt> Date: Tue, 7 Apr 2015 14:40:41 +0300 Subject: [PATCH] Updated extended stats aggregation --- Aggregation/ExtendedStatsAggregationTest.php | 28 -------------------- 1 file changed, 28 deletions(-) delete mode 100644 Aggregation/ExtendedStatsAggregationTest.php diff --git a/Aggregation/ExtendedStatsAggregationTest.php b/Aggregation/ExtendedStatsAggregationTest.php deleted file mode 100644 index cada622..0000000 --- a/Aggregation/ExtendedStatsAggregationTest.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php - -/* - * This file is part of the ONGR package. - * - * (c) NFQ Technologies UAB <info@nfq.com> - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace ONGR\ElasticsearchBundle\Tests\Unit\DSL\Aggregation; - -use ONGR\ElasticsearchBundle\DSL\Aggregation\ExtendedStatsAggregation; - -class ExtendedStatsAggregationTest extends \PHPUnit_Framework_TestCase -{ - /** - * Tests if exception is thrown when expected. - * - * @expectedException \LogicException - */ - public function testExtendedStatsAggregationGetArrayException() - { - $agg = new ExtendedStatsAggregation('foo'); - $agg->getArray(); - } -} -- GitLab