php-mpos/tests
2014-12-22 14:44:49 +00:00
..
_data
_support
acceptance restrict codeception to unit tests for now 2014-12-21 14:40:22 +00:00
functional
unit Code coverage plus first unit test 2014-12-22 14:44:49 +00:00
_bootstrap.php Code coverage plus first unit test 2014-12-22 14:44:49 +00:00
acceptance.suite.yml restrict codeception to unit tests for now 2014-12-21 14:40:22 +00:00
bootstrap.php
config.dist.php
config.php
functional.suite.yml
phpunit.xml
README.md
unit.suite.yml

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>