Skip to content

Commit

Permalink
fix svrunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Dec 17, 2023
1 parent c89ebc2 commit d1ee7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/svrunit/tests/version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commands:
- name: "Version is correct"
command: "(($EXEC)) --version --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi 1.13.0"
expected: "PHPUnuhi 1.14.0"
- name: "Version is correct (command header)"
command: "(($EXEC)) status --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi Framework, v1.13.0"
expected: "PHPUnuhi Framework, v1.14.0"

0 comments on commit d1ee7e7

Please sign in to comment.