We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f2e0d commit 7ae271eCopy full SHA for 7ae271e
lib/internal/Magento/Framework/Event/Test/Unit/Config/_files/invalidEventsXmlArray.php
@@ -4,10 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
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
- ],
11
'event_without_required_name_attribute' => [
12
'<?xml version="1.0"?><config><event name="some_name"></event></config>',
13
["Element 'event': Missing child element(s). Expected is ( observer ).\nLine: 1\n"],
0 commit comments