1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-23 00:02:51 +01:00

7 Commits

Author SHA1 Message Date
Nick Liu
e9f89cede6
InstallCest now clears the database
InstallCest now drops all tables from the test database before running
each test.

Fixes: #13
2018-09-30 14:06:19 -05:00
Cameron
7c7f636f3c Check TinyMce is installed after installations. 2018-08-25 15:32:11 -07:00
Nick Liu
b440ab7274
Merge branch 'master' of github.com:e107inc/e107-test 2018-08-15 17:09:46 -05:00
Cameron
5e5a13cc62 Added check for Custom-fields 'boostrap3' install.xml data. 2018-08-14 17:07:56 -07:00
Nick Liu
b5b59392eb
Started a basic interface to manipulate files in acceptance tests
- MOD: Renamed lib/deployers/cpanel_deployer.php to
       lib/deployers/cPanelDeployer.php
- MOD: Moved responsibility of reconfiguring Codeception modules to the
       deployers.
- NEW: Abstract class Deployer to standardize the interface to Deployers
- NEW: Acceptance tests now support unlinkE107ConfigFromTestEnvironment
- MOD: Removed null checks for the Deployer in the Base Module
- MOD: Improved public method naming in the Base Module
- MOD: DeployerFactory always returns a Deployer implementation now.
- MOD: InstallCest always clears out the e107_config.php file before
       each test.
2018-08-14 16:03:30 -05:00
Cameron
794725b9f5 Added tests for multiple installation scenarios. (Currently different themes) 2018-07-24 12:06:24 -07:00
Cameron
3ddf17de3f Admin login and signup simulation tests added. 2018-03-08 17:49:37 -08:00