1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 00:49:11 +02:00

Rename test method.

Summary: Rename this test method for consistency with other linter test classes.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9095
This commit is contained in:
Joshua Spence 2014-05-13 05:44:32 -07:00 committed by epriestley
parent abafef7fb6
commit c4c0fbd7cd

View file

@ -5,7 +5,7 @@
* https://git.gnome.org/browse/libxml2/tree/test. * https://git.gnome.org/browse/libxml2/tree/test.
*/ */
final class ArcanistXMLLinterTestCase extends ArcanistArcanistLinterTestCase { final class ArcanistXMLLinterTestCase extends ArcanistArcanistLinterTestCase {
public function testLintPath() { public function testXMLLint() {
$this->executeTestsInDirectory( $this->executeTestsInDirectory(
dirname(__FILE__).'/xml/', dirname(__FILE__).'/xml/',
new ArcanistXMLLinter()); new ArcanistXMLLinter());