streams/vendor/p3k/emoji-detector/phpunit.xml

11 lines
259 B
XML
Raw Normal View History

2020-02-03 22:58:32 +00:00
<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="true">
<testsuites>
<testsuite name="comments">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>