Skip to content

Commit 25898fc

Browse files
authored
Merge pull request #3 from Tjitse-E/patch-1
Add proxy to DateTime class so it won't break running integration tests
2 parents e16e33d + 82cd61e commit 25898fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/di.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@
2020
</argument>
2121
</arguments>
2222
</type>
23+
<type name="Baldwin\UrlDataIntegrityChecker\Storage\Meta">
24+
<arguments>
25+
<argument name="dateTime" xsi:type="object">
26+
\Magento\Framework\Stdlib\DateTime\DateTime\Proxy
27+
</argument>
28+
</arguments>
29+
</type>
2330
</config>

0 commit comments

Comments
 (0)