Split SanitizerTest to unit and integration tests
authorAmir Sarabadani <Ladsgroup@gmail.com>
Mon, 8 Jul 2019 00:05:57 +0000 (02:05 +0200)
committerAmir Sarabadani <Ladsgroup@gmail.com>
Mon, 8 Jul 2019 07:48:07 +0000 (09:48 +0200)
commit7ec9745444522590a9f063891a408e250170d336
tree886ab56bf14c4e9844189c61988e0b6f6d5d1b2b
parent6661d4df9b88b940942cae9da5b6641ce5964aab
Split SanitizerTest to unit and integration tests

Out of 150 tests of SanitizerTest.php, 100 of them are pure unit tests
they are moved to the new file in the new structure, the rest stay

Change-Id: I366d37607abff4bcd624a56fb8b2299729fbc088
tests/phpunit/includes/parser/SanitizerTest.php
tests/phpunit/unit/includes/parser/SanitizerUnitTest.php [new file with mode: 0644]