@@ -2,13 +2,13 @@ |
||
| 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\AuctionArrayMapDecorator; |
|
| 8 | -use Radowoj\Yaah\Constants\AuctionTimespans; |
|
| 9 | -use Radowoj\Yaah\Constants\AuctionFids; |
|
| 10 | -use Radowoj\Yaah\Constants\Conditions; |
|
| 11 | -use Radowoj\Yaah\Constants\SaleFormats; |
|
| 5 | +use PHPUnit\Framework\TestCase; |
|
| 6 | +use Radowoj\Yaah\Auction; |
|
| 7 | +use Radowoj\Yaah\Decorators\AuctionArrayMapDecorator; |
|
| 8 | +use Radowoj\Yaah\Constants\AuctionTimespans; |
|
| 9 | +use Radowoj\Yaah\Constants\AuctionFids; |
|
| 10 | +use Radowoj\Yaah\Constants\Conditions; |
|
| 11 | +use Radowoj\Yaah\Constants\SaleFormats; |
|
| 12 | 12 | use Radowoj\Yaah\Constants\ShippingPaidBy; |
| 13 | 13 | |
| 14 | 14 | class AuctionArrayMapDecoratorTest extends TestCase |