Skip to content

Commit b5af5f4

Browse files
committed
Update APITestCaseWriter.php
1 parent 95dee9c commit b5af5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/framework/writers/APITestCaseWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private function writeTestCases() {
224224
}
225225
}
226226
private function addTestAnnotation() {
227-
if ($this->phpunitV >= 10) {
227+
if ($this->getPhpUnitVersion() >= 10) {
228228
$this->append('#[Test]', 1);
229229
} else {
230230
$this->append('/**', 1);

0 commit comments

Comments
 (0)