mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01: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:
parent
abafef7fb6
commit
c4c0fbd7cd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
* https://git.gnome.org/browse/libxml2/tree/test.
|
||||
*/
|
||||
final class ArcanistXMLLinterTestCase extends ArcanistArcanistLinterTestCase {
|
||||
public function testLintPath() {
|
||||
public function testXMLLint() {
|
||||
$this->executeTestsInDirectory(
|
||||
dirname(__FILE__).'/xml/',
|
||||
new ArcanistXMLLinter());
|
||||
|
|
Loading…
Reference in a new issue