Better method names.
This commit is contained in:
@@ -51,9 +51,9 @@ public abstract class TestWithEnvironment extends UsefulTestCase {
|
||||
}
|
||||
|
||||
protected void createEnvironmentWithMockJdkAndIdeaAnnotations() {
|
||||
myEnvironment = JetCoreEnvironment.getCoreEnvironmentForJVM(getTestRootDisposable(),
|
||||
CompileCompilerDependenciesTest.compilerDependenciesForTests(
|
||||
CompilerSpecialMode.JS,
|
||||
true));
|
||||
myEnvironment = JetCoreEnvironment.createCoreEnvironmentForJVM(getTestRootDisposable(),
|
||||
CompileCompilerDependenciesTest.compilerDependenciesForTests(
|
||||
CompilerSpecialMode.JS,
|
||||
true));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user