yii2-netdisk/tests
2013-12-02 15:25:21 +04:00
..
_data Added acceptance tests for the basic app. 2013-06-22 20:26:22 -04:00
_helpers Only whitespace removal 2013-11-27 20:19:56 +02:00
_log Added acceptance tests for the basic app. 2013-06-22 20:26:22 -04:00
_pages tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
acceptance tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
functional tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
unit tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
_bootstrap.php tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
acceptance.suite.dist.yml tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
functional.suite.dist.yml tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
README.md removed extra line. 2013-11-14 12:42:27 -05:00
unit.suite.dist.yml Added acceptance tests for the basic app. 2013-06-22 20:26:22 -04:00
yii_bootstrap.php tests modified, bootstrap added 2013-12-02 15:25:21 +04:00

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:
cd ..
php codecept.phar build    // rebuild test scripts, only need to be run once
php codecept.phar run      // run all available tests

Please refer to Codeception tutorial for more details about writing acceptance, functional and unit tests.