Skip to content

Commit ce41050

Browse files
author
m.mezhensky
committed
fix after code review
1 parent 3cc35fd commit ce41050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Magento\Catalog\Model;
88

9-
class TestNotLineMarker
9+
class ClassNotConfiguredInDiXml
1010
{
1111
public function someMethod()
1212
{

tests/com/magento/idea/magento2plugin/linemarker/php/ConfigurationTypeClassLinemarkerRegistrarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void testTypeNameClassShouldHaveLinemarker() {
1414
}
1515

1616
public void testRegularPhpClassShouldNotHaveLinemarker() {
17-
String filePath = this.getFixturePath("TestNotLineMarker.php");
17+
String filePath = this.getFixturePath("ClassNotConfiguredInDiXml.php");
1818
myFixture.configureByFile(filePath);
1919

2020
assertHasNoLinemarkerWithTooltipAndIcon("Navigate to configuration", "/fileTypes/xml.svg");

0 commit comments

Comments
 (0)