diff --git a/php-custom-rules/build.gradle.kts b/php-custom-rules/build.gradle.kts index 955dfd7a1..621e4579c 100644 --- a/php-custom-rules/build.gradle.kts +++ b/php-custom-rules/build.gradle.kts @@ -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"