From 39b19b9b291757ed8547f107e22ed6a7b5d0e0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Tue, 5 Feb 2019 09:06:08 +0100 Subject: [PATCH] [UPGRADE] Describe v3 to v4 upgrade --- UPGRADE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index e567a24..7979535 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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.