Move unit tests FormatJsonTest.php to a dedicated file in unit tests
authorAmir Sarabadani <Ladsgroup@gmail.com>
Sun, 7 Jul 2019 22:23:30 +0000 (00:23 +0200)
committerKosta Harlan <kharlan@wikimedia.org>
Mon, 8 Jul 2019 01:35:40 +0000 (21:35 -0400)
commitfe9863fd556f42d6d8c46ddcbf89174d84eea34c
tree78079222b30c590d84b5962accbcc1dd7dd30132
parent6661d4df9b88b940942cae9da5b6641ce5964aab
Move unit tests FormatJsonTest.php to a dedicated file in unit tests

Out of 140 tests of this file, 131 one of them are pure unit test
Let's keep the 9 in the original file and move the rest

Bug: T87781
Change-Id: I86dfe17f794c615048b3c20487b0e84d38d13b93
tests/phpunit/includes/json/FormatJsonTest.php
tests/phpunit/unit/includes/json/FormatJsonUnitTest.php [new file with mode: 0644]