Skip to content

Commit

Permalink
fix svrunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jul 2, 2023
1 parent 88764a5 commit bea52cf
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.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"
expected: "PHPUnuhi Framework, v1.11.0"

0 comments on commit bea52cf

Please sign in to comment.