Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 9aabc6a

Browse files
author
miguel
committed
[Behat] Fix kernel behat contexts namespace
1 parent 225ab8a commit 9aabc6a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Features/Context/Fields.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
namespace EzSystems\PlatformUIBundle\Features\Context;
1111

1212
use Behat\Mink\WebAssert;
13-
use EzSystems\PlatformBehatBundle\Context\Object\FieldTypeContext as FieldType;
13+
use eZ\Bundle\EzPublishCoreBundle\Features\Context\FieldTypeContext as FieldType;
1414

1515
class Fields extends PlatformUI
1616
{
1717
const NOTIFICATION_CONTENT_PUBLISHED = 'Content has been published';
1818
const NOTIFICATION_PUBLISH_ERROR = 'An error occured while publishing the draft';
1919

2020
/**
21-
* @var EzSystems\PlatformBehatBundle\Context\Object\FieldTypeContext
21+
* @var eZ\Bundle\EzPublishCoreBundle\Features\Context\FieldTypeContext
2222
*/
2323
protected $fieldtypeContext;
2424

Features/Context/SubContext/ContentEditContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class ContentEditContext extends PlatformUI
1616
{
1717
/**
18-
* @var EzSystems\PlatformBehatBundle\Context\Object\BasicContentContext
18+
* @var eZ\Bundle\EzPublishCoreBundle\Features\Context\BasicContentContext
1919
*/
2020
protected $basicContentContext;
2121

behat_suites.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platformui:
1111
contentactions:
1212
paths: [ vendor/ezsystems/platform-ui-bundle/Features/ContentActions ]
1313
contexts:
14-
- EzSystems\PlatformBehatBundle\Context\Object\BasicContentContext
14+
- eZ\Bundle\EzPublishCoreBundle\Features\Context\BasicContentContext
1515
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
1616
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
1717
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
@@ -21,7 +21,7 @@ platformui:
2121
role:
2222
paths: [ vendor/ezsystems/platform-ui-bundle/Features/RoleUI ]
2323
contexts:
24-
- EzSystems\PlatformBehatBundle\Context\Object\RoleContext
24+
- eZ\Bundle\EzPublishCoreBundle\Features\Context\RoleContext
2525
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
2626
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
2727
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
@@ -30,7 +30,7 @@ platformui:
3030
fieldtype_integer:
3131
paths: [ vendor/ezsystems/platform-ui-bundle/Features/Stories/FieldTypes/IntegerFieldType.feature ]
3232
contexts:
33-
- EzSystems\PlatformBehatBundle\Context\Object\FieldTypeContext
33+
- eZ\Bundle\EzPublishCoreBundle\Features\Context\FieldTypeContext
3434
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
3535
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
3636
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
@@ -39,7 +39,7 @@ platformui:
3939
user:
4040
paths: [ vendor/ezsystems/platform-ui-bundle/Features/Users/users.feature ]
4141
contexts:
42-
- EzSystems\PlatformBehatBundle\Context\Object\UserContext
42+
- eZ\Bundle\EzPublishCoreBundle\Features\Context\UserContext
4343
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
4444
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
4545
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext

0 commit comments

Comments
 (0)