1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-04 19:08:27 +01:00
phorge-arcanist/src/lint/linter/__tests__/ArcanistXMLLinterTestCase.php

16 lines
325 B
PHP
Raw Normal View History

<?php
/**
* Test cases were mostly taken from
* https://git.gnome.org/browse/libxml2/tree/test.
*/
final class ArcanistXMLLinterTestCase extends ArcanistArcanistLinterTestCase {
public function testXMLLint() {
$this->executeTestsInDirectory(
dirname(__FILE__).'/xml/',
new ArcanistXMLLinter());
}
}