Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Aug 17, 2017
1 parent 2091779 commit a5e85fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/lib/XmlTextSPIIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ public function getCustomHandler()
$fieldType,
new XmlTextConverter(),
new FieldType\XmlText\XmlTextStorage(
array(
'LegacyStorage' => new LegacyStorage(new UrlGateway()),
new LegacyStorage(
$this->getMock('eZ\Publish\Core\Persistence\Database\DatabaseHandler'),
new UrlGateway()
)
)
);
Expand Down

0 comments on commit a5e85fd

Please sign in to comment.