We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575faf4 commit d8e9485Copy full SHA for d8e9485
appsec/tests/integration/build.gradle
@@ -42,6 +42,7 @@ dependencies {
42
implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.16'
43
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
44
implementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
45
+ implementation 'org.junit.platform:junit-platform-launcher'
46
47
testRuntimeOnly 'com.mysql:mysql-connector-j:9.3.0'
48
}
@@ -425,6 +426,9 @@ testMatrix.each { spec ->
425
426
excludeEngines('junit-vintage')
427
428
429
+ it.testClassesDirs = sourceSets.test.output.classesDirs
430
+ it.classpath = sourceSets.test.runtimeClasspath
431
+
432
it.systemProperty 'PHP_VERSION', phpVersion
433
it.systemProperty 'VARIANT', variant
434
if (project.hasProperty('XDEBUG')) {
0 commit comments