Task to convert MimeTypeMatcherTest to phpunit. See #1938068: Convert UnitTestBase to PHPUnit.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | mimetypematcher-phpunit-2130551-06.patch | 9.76 KB | jhedstrom |
| #6 | interdiff.txt | 3.75 KB | jhedstrom |
| #3 | system-mimetypematcher-phpunit-2130551-03.patch | 6.28 KB | jhedstrom |
| #3 | interdiff.txt | 1.13 KB | jhedstrom |
| #1 | system-mimetypematcher-phpunit-2130551-01.patch | 5.14 KB | jhedstrom |
Comments
Comment #1
jhedstromHere's an initial attempt.
Comment #3
jhedstromThis fixes the fatals in simpletest caused by moving the RoutingFixtures class.
Comment #4
jhedstromTagging.
Comment #5
dawehnerIs there a reason why we do not let testFilterRoutes just use a dataProvider? The three code hunks look really similar.
Otherwise this looks perfect.
Comment #6
jhedstromThis moves to using a dataProvider. I also added groups.
Comment #7
dawehnerThank you!
Comment #8
webchickCommitted and pushed to 8.x. Thanks!