'coupon', 'couponId' => 1, 'styles' => [ 'block' => [ 'backgroundColor' => '#eeeeee', 'borderColor' => '#dddddd', 'borderWidth' => '2px', 'borderRadius' => '10px', 'borderStyle' => 'solid', 'lineHeight' => '30px', 'fontColor' => '#ccffcc', 'fontFamily' => 'Source Sans Pro', 'fontSize' => '14px', 'fontWeight' => 'bold', 'textAlign' => 'center', 'width' => '150px', ], ], ]; public function testItRendersCorrectly() { $wcHelper = $this->make(Helper::class, [ 'wcGetCouponCodeById' => self::COUPON_CODE, ]); $output = (new Coupon($wcHelper))->render($this->block, 200); $expectedResult = '
' . self::COUPON_CODE . '
|