1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-16 23:36:16 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Cameron
7c7f636f3c Check TinyMce is installed after installations. 2018-08-25 15:32:11 -07:00
Cameron
8d56b1ef2f Added tests for admin URL content. (to be completed) 2018-08-24 12:52:57 -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
c0b24d71a5 Added simple Captcha rendering test. 2018-08-12 10:20:33 -07:00
Cameron
794725b9f5 Added tests for multiple installation scenarios. (Currently different themes) 2018-07-24 12:06:24 -07:00
Cameron
36c6d1425c thumbnail test added. 2018-07-21 13:09:13 -07:00
Cameron
8870a065b5 Form tests for renderValue method. Basic test for db_mysql class. 2018-03-10 18:18:01 -08:00
Cameron
3ddf17de3f Admin login and signup simulation tests added. 2018-03-08 17:49:37 -08:00
Deltik
9563f8f797 Fixed bug: _reconfigure()'d modules forgot config
Apparently, reconfiguring only applies to one test. This commit makes
all tests' modules reconfigured.

Introduced command to clean local app repo

InstallCest actually installs e107 now
2018-02-20 13:23:39 -06:00
Deltik
ec262c8fed Fixed indentation in some files 2018-02-19 15:19:56 -06:00
Deltik
eed4b6b10e Reenforced proper module access
\Helper\DelayedDb public methods shouldn't be used as Actor methods
2018-02-19 15:17:31 -06:00
Cameron
edf296c940 additional install steps added. 2018-02-17 16:28:57 -08:00
Cameron
38dd581c20 start of step 2 2018-02-16 15:42:29 -08:00
Cameron
1d5a70ab4b Install Step1-to-Step2 test. 2018-02-16 13:34:08 -08:00
Deltik
a42025c5c6 First working acceptance test
Acceptance test checks the output of e107's /install.php on first load

Also added documentation on acceptance tests to README.md
2018-02-08 05:04:42 -06:00
Deltik
ee84c3de76 Partial support for cPanel acceptance tests
via lib/prepare_cpanel.php
2018-02-07 05:04:28 -06:00