Skip to content

Commit

Permalink
fix svrunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Sep 3, 2023
1 parent 446f522 commit df3fb5c
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.12.0"
expected: "PHPUnuhi 1.13.0"
- name: "Version is correct (command header)"
command: "(($EXEC)) status --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi Framework, v1.12.0"
expected: "PHPUnuhi Framework, v1.13.0"

0 comments on commit df3fb5c

Please sign in to comment.