Skip to content

Commit

Permalink
Merge pull request #10 from ezsystems/fix_integration_test
Browse files Browse the repository at this point in the history
Changed usage of deprecated test class
  • Loading branch information
bdunogier committed Feb 3, 2016
2 parents df537be + 1e27841 commit acdf47b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/lib/XmlTextAPIIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
*/
namespace EzSystems\EzPlatformXmlTextFieldType\Tests;

use eZ\Publish\API\Repository\Tests\FieldType\RelationSearchBaseIntegrationTest;
use eZ\Publish\API\Repository\Tests\FieldType\RelationSearchBaseIntegrationTestTrait;
use eZ\Publish\API\Repository\Tests\FieldType\SearchBaseIntegrationTest;
use eZ\Publish\Core\FieldType\XmlText\Value as XmlTextValue;
use eZ\Publish\Core\FieldType\XmlText\Type as XmlTextType;
use eZ\Publish\API\Repository\Values\Content\Field;
Expand All @@ -24,8 +25,10 @@
* @group integration
* @group field-type
*/
class XmlTexAPItIntegrationTest extends RelationSearchBaseIntegrationTest
class XmlTexAPItIntegrationTest extends SearchBaseIntegrationTest
{
use RelationSearchBaseIntegrationTestTrait;

/**
* @var \DOMDocument
*/
Expand Down

0 comments on commit acdf47b

Please sign in to comment.