Formatter Test: link FormatterTestCase as suggested in #185

This commit is contained in:
Yann Cébron 2019-07-23 11:31:28 +02:00
parent 144ebb0ff4
commit 0a734f4bd2

View File

@ -48,3 +48,5 @@ public void testFormatter() {
### 5.3. Run the test
Run the test and make sure it's green.
>> **TIP** See also [`com.intellij.psi.formatter.FormatterTestCase`](upsource:///platform/testFramework/src/com/intellij/psi/formatter/FormatterTestCase.java) as convenient base class.