streams/vendor/p3k/emoji-detector/phpunit.xml
2020-02-04 09:58:32 +11:00

10 lines
259 B
XML

<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="true">
<testsuites>
<testsuite name="comments">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>