mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-10 18:15:50 +02:00
Fix tests name
This commit is contained in:
parent
3e8e128362
commit
b82470b44b
src/test/kotlin/com/github/izhangzhihao/rainbow/brackets
@ -6,7 +6,7 @@ import com.jetbrains.php.lang.PhpFileType
|
||||
import io.kotlintest.matchers.shouldBe
|
||||
|
||||
class RainbowPHPTest : LightCodeInsightFixtureTestCase() {
|
||||
fun testRainbowForKotlin() {
|
||||
fun testRainbowForPHP() {
|
||||
val code =
|
||||
"""
|
||||
<?php
|
||||
|
@ -6,7 +6,7 @@ import io.kotlintest.matchers.shouldBe
|
||||
import org.jetbrains.plugins.ruby.ruby.lang.RubyFileType
|
||||
|
||||
class RainbowRubyTest : LightCodeInsightFixtureTestCase() {
|
||||
fun testRainbowForKotlin() {
|
||||
fun testRainbowForRuby() {
|
||||
val code =
|
||||
"""
|
||||
class Test
|
||||
|
Loading…
Reference in New Issue
Block a user