diff --git a/core/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneManagerTest.php b/core/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneTest.php similarity index 100% rename from core/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneManagerTest.php rename to core/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneTest.php diff --git a/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountManagerTest.php b/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountTest.php similarity index 100% rename from core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountManagerTest.php rename to core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountTest.php diff --git a/core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesManagerTest.php b/core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesTest.php similarity index 100% rename from core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesManagerTest.php rename to core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesTest.php diff --git a/core/lib/Thelia/Tests/Coupon/Type/RemoveXAmountManagerTest.php b/core/lib/Thelia/Tests/Coupon/Type/RemoveXAmountTest.php similarity index 94% rename from core/lib/Thelia/Tests/Coupon/Type/RemoveXAmountManagerTest.php rename to core/lib/Thelia/Tests/Coupon/Type/RemoveXAmountTest.php index bd63265e0..41aad15ff 100644 --- a/core/lib/Thelia/Tests/Coupon/Type/RemoveXAmountManagerTest.php +++ b/core/lib/Thelia/Tests/Coupon/Type/RemoveXAmountTest.php @@ -101,6 +101,17 @@ class RemoveXAmountTest extends \PHPUnit_Framework_TestCase /** * @covers Thelia\Coupon\Type\RemoveXAmount::set + * @covers Thelia\Coupon\Type\CouponAbstract::getCode + * @covers Thelia\Coupon\Type\CouponAbstract::getTitle + * @covers Thelia\Coupon\Type\CouponAbstract::getShortDescription + * @covers Thelia\Coupon\Type\CouponAbstract::getDescription + * @covers Thelia\Coupon\Type\CouponAbstract::isCumulative + * @covers Thelia\Coupon\Type\CouponAbstract::isRemovingPostage + * @covers Thelia\Coupon\Type\CouponAbstract::isAvailableOnSpecialOffers + * @covers Thelia\Coupon\Type\CouponAbstract::isEnabled + * @covers Thelia\Coupon\Type\CouponAbstract::getMaxUsage + * @covers Thelia\Coupon\Type\CouponAbstract::getExpirationDate + * @covers Thelia\Coupon\Type\CouponAbstract::setConditions */ public function testSet() { diff --git a/core/lib/Thelia/Tests/Coupon/Type/RemoveXPercentManagerTest.php b/core/lib/Thelia/Tests/Coupon/Type/RemoveXPercentTest.php similarity index 100% rename from core/lib/Thelia/Tests/Coupon/Type/RemoveXPercentManagerTest.php rename to core/lib/Thelia/Tests/Coupon/Type/RemoveXPercentTest.php