Skip to content

Commit

Permalink
TIP-860: Move enrichment acceptance tests to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade authored and anaelChardan committed Nov 2, 2018
1 parent 14b682a commit cdd28de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion behat.yml.dist
Expand Up @@ -197,7 +197,7 @@ acceptance:
imports:
- 'tests/back/Acceptance/Resources/config/behat/services.yml'
- 'tests/back/Platform/Acceptance/CatalogVolumeMonitoring/Resources/config/behat/services.yml'
- 'src/Akeneo/Pim/Enrichment/Bundle/tests/Acceptance/Resources/config/behat/services.yml'
- 'tests/back/Pim/Enrichment/Acceptance/Resources/config/behat/services.yml'
FriendsOfBehat\CrossContainerExtension: ~
FriendsOfBehat\SymfonyExtension:
kernel:
Expand Down
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Akeneo\Pim\Enrichment\Bundle\tests\Acceptance\Context;
namespace AkeneoTest\Pim\Enrichment\Acceptance\Context;

use Akeneo\Pim\Enrichment\Component\FollowUp\ReadModel\ChannelCompleteness;
use Akeneo\Pim\Enrichment\Component\FollowUp\ReadModel\CompletenessWidget;
Expand Down
@@ -1,5 +1,5 @@
services:
test.enrichment.enrichment_follow_up_context:
class: 'Akeneo\Pim\Enrichment\Bundle\tests\Acceptance\Context\EnrichmentFollowUpContext'
class: 'AkeneoTest\Pim\Enrichment\Acceptance\Context\EnrichmentFollowUpContext'
tags:
- { name: fob.context_service }

0 comments on commit cdd28de

Please sign in to comment.