php-mpos/tests
2014-12-22 14:44:49 +00:00
..
_data Adding Codeception 2014-12-20 19:51:51 +00:00
_support Adding Codeception 2014-12-20 19:51:51 +00:00
acceptance restrict codeception to unit tests for now 2014-12-21 14:40:22 +00:00
functional Adding Codeception 2014-12-20 19:51:51 +00:00
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 pushing to start core rebuild 2014-01-28 06:18:57 -05:00
config.dist.php just pushing so I can rebase zzz 2014-01-28 06:18:57 -05:00
config.php pushing to start core rebuild 2014-01-28 06:18:57 -05:00
functional.suite.yml Adding Codeception 2014-12-20 19:51:51 +00:00
phpunit.xml pushing to start core rebuild 2014-01-28 06:18:57 -05:00
README.md fixed test harness 2014-01-20 04:29:45 -05:00
unit.suite.yml Adding Codeception 2014-12-20 19:51:51 +00:00

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>