[php] Migrate tests to Junit5

well there are no tests...
This commit is contained in:
Andreas Dangel
2022-07-29 17:34:58 +02:00
parent cd9d5b4e58
commit 3da4f37744

View File

@ -31,8 +31,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit</artifactId> <artifactId>junit-jupiter</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>