changes: Remove assertTag from RCCacheEntryFactoryTest
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 31 Mar 2017 23:57:05 +0000 (16:57 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 1 Apr 2017 00:20:25 +0000 (17:20 -0700)
commit810933912f17d7f0c2355465c28e75aabd3c56b6
tree727e66c417d33b2dfe7f3a3f5dc849aa3d6c5cb7
parent91aedcf6cf78840a3e9703407f2e9d29b7dff430
changes: Remove assertTag from RCCacheEntryFactoryTest

Use PHPUnit's Xml::load() to validate that all tags and attributes
are balanced.

Use simple assertEquals or assertRegexp for the specific parts.

Change-Id: I25796954a3bb9903e88256b8345ef751c767d7d5
tests/phpunit/includes/changes/RCCacheEntryFactoryTest.php