Skip to content

Commit

Permalink
minor #147 [UPGRADE] Describe v3 to v4 upgrade (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.0-dev branch.

Discussion
----------

| Q               | A
| --------------- | ---
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Related tickets | 
| License         | MIT

Commits
-------

39b19b9 [UPGRADE] Describe v3 to v4 upgrade
  • Loading branch information
pamil authored Feb 5, 2019
2 parents db3fdb7 + 39b19b9 commit 16e109e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ApiTestCase upgrade instructions

## Upgrading from v3 to v4

* Change namespace from `Lakion\ApiTestCase` to `ApiTestCase``
* If you are using `polishsymfonycommunity/symfony-mocker-container`, you need to whitelist it as your requirement

## Upgrading from v2 to v3

* JSON output is not escaped any more when comparing it to expected data. Turn on `ESCAPE_JSON` flag in your test configuration retain previous behaviour.
Expand Down

0 comments on commit 16e109e

Please sign in to comment.