Skip to content

Commit

Permalink
Rename the Parser Test class and file
Browse files Browse the repository at this point in the history
  • Loading branch information
Konafets committed Aug 7, 2022
1 parent 2b07a5f commit da61561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import com.intellij.testFramework.ParsingTestCase;

public class AntlersParsingTest extends ParsingTestCase {
public AntlersParsingTest() {
public class AntlersParserTest extends ParsingTestCase {
public AntlersParserTest() {
super("parsing", "antlers.html", new AntlersParserDefinition());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import com.intellij.testFramework.ParsingTestCase;

public class AntlersTagParsingTest extends ParsingTestCase {
public class AntlersTagParserTest extends ParsingTestCase {
@Override
protected String getTestDataPath() {
return "src/test/testData";
Expand All @@ -18,7 +18,7 @@ protected boolean includeRanges() {
return true;
}

public AntlersTagParsingTest() {
public AntlersTagParserTest() {
super("parsing/tags", "antlers.html", new AntlersParserDefinition());
}

Expand Down

0 comments on commit da61561

Please sign in to comment.