Skip to content

Commit 7ae271e

Browse files
Fix unit test of Framework/Event module
1 parent 16f2e0d commit 7ae271e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/internal/Magento/Framework/Event/Test/Unit/Config/_files/invalidEventsXmlArray.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66
return [
7-
'without_event_handle' => [
8-
'<?xml version="1.0"?><config></config>',
9-
["Element 'config': Missing child element(s). Expected is ( event ).\nLine: 1\n"],
10-
],
117
'event_without_required_name_attribute' => [
128
'<?xml version="1.0"?><config><event name="some_name"></event></config>',
139
["Element 'event': Missing child element(s). Expected is ( observer ).\nLine: 1\n"],

0 commit comments

Comments
 (0)