Qiang Xue fa1061d95b Added readme about tests. преди 12 години
..
_data 955f351e6d Added acceptance tests for the basic app. преди 12 години
_helpers 955f351e6d Added acceptance tests for the basic app. преди 12 години
_log 955f351e6d Added acceptance tests for the basic app. преди 12 години
acceptance 575c3852f1 more on short array syntax преди 12 години
functional 575c3852f1 more on short array syntax преди 12 години
unit 955f351e6d Added acceptance tests for the basic app. преди 12 години
README.md fa1061d95b Added readme about tests. преди 12 години
acceptance.suite.dist.yml 955f351e6d Added acceptance tests for the basic app. преди 12 години
functional.suite.dist.yml 949c567387 Fixes #624: renamed www to web. преди 12 години
unit.suite.dist.yml 955f351e6d Added acceptance tests for the basic app. преди 12 години

README.md

This folder contains various tests for the basic application. These tests are developed with Codeception PHP Testing Framework.

To run the tests, follow these steps:

  1. Install Codeception if you do not have it yet.
  2. Create test configuration files based on your environment:
    • Copy acceptance.suite.dist.yml to acceptance.suite.yml and customize it;
    • Copy functional.suite.dist.yml to functional.suite.yml and customize it;
    • Copy unit.suite.dist.yml to unit.suite.yml and customize it.
  3. Switch to the parent folder and run tests:
php codecept.phar run