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

14 lines
278 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 ArcanistLinterTestCase {
public function testLinter() {
$this->executeTestsInDirectory(dirname(__FILE__).'/xml/');
}
}