From bea52cff6396de2716f7b598e97da44eea5ead6d Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Sun, 2 Jul 2023 13:04:30 +0200 Subject: [PATCH] fix svrunit tests --- tests/svrunit/tests/version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/svrunit/tests/version.yml b/tests/svrunit/tests/version.yml index 8bec42c7..c39c469e 100644 --- a/tests/svrunit/tests/version.yml +++ b/tests/svrunit/tests/version.yml @@ -1,7 +1,7 @@ commands: - name: "Version is correct" command: "(($EXEC)) --version --configuration=./tests/svrunit/formats/json/phpunuhi.xml" - expected: "PHPUnuhi 1.10.0" + expected: "PHPUnuhi 1.11.0" - name: "Version is correct (command header)" command: "(($EXEC)) status --configuration=./tests/svrunit/formats/json/phpunuhi.xml" - expected: "PHPUnuhi Framework, v1.10.0" \ No newline at end of file + expected: "PHPUnuhi Framework, v1.11.0" \ No newline at end of file