Skip to content

Commit

Permalink
SONARPHP-1520 Add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GabinL21 committed Nov 7, 2024
1 parent aa17848 commit 2a8624b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php-custom-rules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies {

testImplementation(libs.junit.jupiter)
testImplementation(libs.sonar.plugin.api.impl)
testImplementation(project(":sonar-php-plugin"))
}

description = "PHP Custom Rules Example for SonarQube"
Expand Down

0 comments on commit 2a8624b

Please sign in to comment.