Skip to content

Commit

Permalink
Merge branch '7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 13, 2018
2 parents 63f3a05 + 2c7fd6a commit 58c4b17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/TextUI/dataprovider-testdox.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ DataProviderTestDox
Does something else with data set "one"
Does something else with data set "two"

Time: %d ms, Memory: %fMB
Time: %s, Memory: %s

OK (4 tests, 4 assertions)
2 changes: 1 addition & 1 deletion tests/TextUI/defaulttestsuite-using-testsuite.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ PHPUnit %s by Sebastian Bergmann and contributors.
DummyFoo
Foo equals foo

Time: %d ms, Memory: %fMB
Time: %s, Memory: %s

OK (1 test, 1 assertion)
2 changes: 1 addition & 1 deletion tests/TextUI/defaulttestsuite.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ PHPUnit %s by Sebastian Bergmann and contributors.
DummyBar
Bar equals bar

Time: %d ms, Memory: %fMB
Time: %s, Memory: %s

OK (1 test, 1 assertion)
2 changes: 1 addition & 1 deletion tests/TextUI/testdox-verbose.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ BankAccount
Balance cannot become negative [%f ms]
Balance cannot become negative [%f ms]

Time: %d ms, Memory: %fMB
Time: %s, Memory: %s

OK (3 tests, 3 assertions)
2 changes: 1 addition & 1 deletion tests/TextUI/testdox.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ BankAccount
Balance cannot become negative
Balance cannot become negative

Time: %d ms, Memory: %fMB
Time: %s, Memory: %s

OK (3 tests, 3 assertions)

0 comments on commit 58c4b17

Please sign in to comment.