1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-20 04:36:57 +01:00

Merge pull request #94 from llaville/typo-1

Fix path in phpunit.xml.dist
This commit is contained in:
Nikita Popov 2014-02-12 17:43:44 +01:00
commit 99e44eb8e1

View File

@ -18,7 +18,7 @@
<filter>
<whitelist>
<directory suffix=".php">./lib/PHPParser/</directory>
<directory suffix=".php">./lib/PhpParser/</directory>
</whitelist>
</filter>
</phpunit>