forked from phoedos/pmd
progress, remove ContextualizedTest
This commit is contained in:
@@ -4,13 +4,10 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.vf.ast;
|
||||
|
||||
import net.sourceforge.pmd.PmdContextualizedTest;
|
||||
|
||||
public abstract class AbstractVfTest extends PmdContextualizedTest {
|
||||
public abstract class AbstractVfTest {
|
||||
|
||||
protected final VfParsingHelper vf =
|
||||
VfParsingHelper.DEFAULT
|
||||
.withResourceContext(getClass())
|
||||
.withLanguageRegistry(languageRegistry());
|
||||
.withResourceContext(getClass());
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user