Skip to content

Files

Latest commit

d24f105 · Jan 20, 2014

History

History
19 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 478 Bytes

How to run these tests

How to add tests

  • Add unit tests to the matching folder/file.php or create a new one
  • Add any new suites to the phpunit.xml file
  • Below is the suite entry for the sample test in unit/config/SampleTest.php
<testsuite name="SampleTest">
  <directory>unit/config</directory>
</testsuite>