File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
testsuite/Magento/Cms/Block/Widget Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 51
51
<!-- Semicolon-separated 'glob' patterns, that match global XML configuration files -->
52
52
<const name =" TESTS_GLOBAL_CONFIG_DIR" value =" ../../../app/etc" />
53
53
<!-- Whether to cleanup the application before running tests or not -->
54
- <const name =" TESTS_CLEANUP" value =" enabled " />
54
+ <const name =" TESTS_CLEANUP" value =" false " />
55
55
<!-- Memory usage and estimated leaks thresholds -->
56
56
<!-- <const name="TESTS_MEM_USAGE_LIMIT" value="1024M"/>-->
57
57
<const name =" TESTS_MEM_LEAK_LIMIT" value =" " />
Original file line number Diff line number Diff line change @@ -31,5 +31,6 @@ public function testToHtml()
31
31
$ this ->assertContains ('<a href="http://example.com/ ' , $ result );
32
32
$ this ->assertContains ('<p>Config value: "http://example.com/".</p> ' , $ result );
33
33
$ this ->assertContains ('<p>Custom variable: "HTML Value".</p> ' , $ result );
34
+ $ this ->assertSame ($ cmsBlock ->getIdentities (), $ block ->getIdentities ());
34
35
}
35
36
}
You can’t perform that action at this time.
0 commit comments