@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Radowoj\Yaah\Decorators; |
4 | 4 | |
5 | -use PHPUnit\Framework\TestCase; |
|
6 | -use Radowoj\Yaah\Auction; |
|
7 | -use Radowoj\Yaah\Decorators\MTGRedAuctionDecorator; |
|
8 | -use Radowoj\Yaah\Constants\AuctionTimespans; |
|
9 | -use Radowoj\Yaah\Constants\Conditions; |
|
10 | -use Radowoj\Yaah\Constants\SaleFormats; |
|
5 | +use PHPUnit\Framework\TestCase; |
|
6 | +use Radowoj\Yaah\Auction; |
|
7 | +use Radowoj\Yaah\Decorators\MTGRedAuctionDecorator; |
|
8 | +use Radowoj\Yaah\Constants\AuctionTimespans; |
|
9 | +use Radowoj\Yaah\Constants\Conditions; |
|
10 | +use Radowoj\Yaah\Constants\SaleFormats; |
|
11 | 11 | use Radowoj\Yaah\Constants\ShippingPaidBy; |
12 | 12 | |
13 | 13 | class MTGRedAuctionDecoratorTest extends TestCase |