[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
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

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