File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
framework/Magento/TestFramework/Integrity
testsuite/Magento/Test/Integrity/Magento Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function testFileSchemaUsingPartialXml()
60
60
public function testFileSchemaUsingInvalidXml ($ expectedErrors = null )
61
61
{
62
62
if (!function_exists ('libxml_set_external_entity_loader ' )) {
63
- $ this ->markTestSkipped ('Skipped due to MAGETWO-44919 ' );
63
+ $ this ->markTestSkipped ('Skipped due to MAGETWO-45033 ' );
64
64
}
65
65
$ xmlFile = $ this ->_getKnownInvalidPartialXml ();
66
66
if ($ xmlFile === null ) {
@@ -74,7 +74,7 @@ public function testFileSchemaUsingInvalidXml($expectedErrors = null)
74
74
public function testSchemaUsingPartialXml ($ expectedErrors = null )
75
75
{
76
76
if (!function_exists ('libxml_set_external_entity_loader ' )) {
77
- $ this ->markTestSkipped ('Skipped due to MAGETWO-44919 ' );
77
+ $ this ->markTestSkipped ('Skipped due to MAGETWO-45033 ' );
78
78
}
79
79
$ xmlFile = $ this ->_getKnownValidPartialXml ();
80
80
if ($ xmlFile === null ) {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function testSchemaUsingValidXml()
64
64
public function testSchemaUsingInvalidXml ()
65
65
{
66
66
if (!function_exists ('libxml_set_external_entity_loader ' )) {
67
- $ this ->markTestSkipped ('Skipped due to MAGETWO-44919 ' );
67
+ $ this ->markTestSkipped ('Skipped due to MAGETWO-45033 ' );
68
68
}
69
69
$ xmlFile = __DIR__ . '/_files/invalid_fieldset.xml ' ;
70
70
$ dom = new \DOMDocument ();
@@ -96,7 +96,7 @@ public function testFileSchemaUsingValidXml()
96
96
public function testFileSchemaUsingInvalidXml ()
97
97
{
98
98
if (!function_exists ('libxml_set_external_entity_loader ' )) {
99
- $ this ->markTestSkipped ('Skipped due to MAGETWO-44919 ' );
99
+ $ this ->markTestSkipped ('Skipped due to MAGETWO-45033 ' );
100
100
}
101
101
$ xmlFile = __DIR__ . '/_files/invalid_fieldset.xml ' ;
102
102
$ dom = new \DOMDocument ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function testSchemaUsingValidXml()
45
45
public function testSchemaUsingInvalidXml ()
46
46
{
47
47
if (!function_exists ('libxml_set_external_entity_loader ' )) {
48
- $ this ->markTestSkipped ('Skipped due to MAGETWO-44919 ' );
48
+ $ this ->markTestSkipped ('Skipped due to MAGETWO-45033 ' );
49
49
}
50
50
$ xmlFile = __DIR__ . '/_files/invalid_widget.xml ' ;
51
51
$ schema = $ this ->urnResolver ->getRealPath ('urn:magento:module:Magento_Widget:etc/widget.xsd ' );
@@ -62,7 +62,7 @@ public function testFileSchemaUsingXml()
62
62
public function testFileSchemaUsingInvalidXml ()
63
63
{
64
64
if (!function_exists ('libxml_set_external_entity_loader ' )) {
65
- $ this ->markTestSkipped ('Skipped due to MAGETWO-44919 ' );
65
+ $ this ->markTestSkipped ('Skipped due to MAGETWO-45033 ' );
66
66
}
67
67
$ xmlFile = __DIR__ . '/_files/invalid_widget.xml ' ;
68
68
$ schema = $ this ->urnResolver ->getRealPath ('urn:magento:module:Magento_Widget:etc/widget_file.xsd ' );
You can’t perform that action at this time.
0 commit comments