fastnorth/property-mapper

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit bootstrap="vendor/autoload.php">

  <testsuites>
    <testsuite name="unit">
        <directory>tests/Unit</directory>
    </testsuite>
  </testsuites>

</phpunit>