@@ -15,11 +15,11 @@ |
||
15 | 15 | |
16 | 16 | use Pagerfanta\Pagerfanta; |
17 | 17 | use PhpSpec\ObjectBehavior; |
18 | -use spec\Sylius\Component\Resource\Fixtures\SampleBookResourceInterface; |
|
19 | 18 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
20 | 19 | use Sylius\Component\Resource\Model\ResourceInterface; |
21 | 20 | use Sylius\Component\Resource\Repository\Exception\ExistingResourceException; |
22 | 21 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
22 | +use spec\Sylius\Component\Resource\Fixtures\SampleBookResourceInterface; |
|
23 | 23 | |
24 | 24 | require_once __DIR__ . '/../Fixtures/SampleBookResourceInterface.php'; |
25 | 25 |
@@ -16,8 +16,8 @@ |
||
16 | 16 | use Doctrine\Common\Collections\ArrayCollection; |
17 | 17 | use PhpSpec\ObjectBehavior; |
18 | 18 | use Sylius\Component\Review\Calculator\ReviewableRatingCalculatorInterface; |
19 | -use Sylius\Component\Review\Model\ReviewableInterface; |
|
20 | 19 | use Sylius\Component\Review\Model\ReviewInterface; |
20 | +use Sylius\Component\Review\Model\ReviewableInterface; |
|
21 | 21 | |
22 | 22 | final class AverageRatingCalculatorSpec extends ObjectBehavior |
23 | 23 | { |
@@ -15,9 +15,9 @@ |
||
15 | 15 | |
16 | 16 | use PhpSpec\ObjectBehavior; |
17 | 17 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
18 | -use Sylius\Component\Taxation\Model\TaxableInterface; |
|
19 | 18 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
20 | 19 | use Sylius\Component\Taxation\Model\TaxRateInterface; |
20 | +use Sylius\Component\Taxation\Model\TaxableInterface; |
|
21 | 21 | use Sylius\Component\Taxation\Resolver\TaxRateResolverInterface; |
22 | 22 | |
23 | 23 | final class TaxRateResolverSpec extends ObjectBehavior |