Skip to content
Snippets Groups Projects
Forked from project / webhook_receiver
2 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpunit.xml 341 B
<?xml version="1.0" encoding="UTF-8"?>
<!-- See https://blog.dcycle.com/unit -->
<phpunit bootstrap="phpunit-autoload.php">
  <testsuites>
    <testsuite name="myproject">
      <directory>./tests/src/Unit</directory>
      <directory>./modules/webhook_receiver_example/tests/src/Unit</directory>
    </testsuite>
  </testsuites>
</phpunit>