Nick Liu
0466841d2d
e_parseTest initialization order fix for flaky test?
2019-12-25 13:56:28 -08:00
Nick Liu
29999eed6d
Updated to Codeception 4.0
2019-12-23 19:51:18 +01:00
Nick Liu
f2edd94ea4
Fixed e_db_abstractTest::testDb_Select_gen() UPDATE query
...
A previous test may have changed the value so that the update would not have changed anything.
2019-12-23 18:40:18 +01:00
Nick Liu
9b59527b3d
Moved PDO-exclusive features from e_db_abstractTest to e_db_pdoTest
...
e_db_pdoTest::testSelectBind()
e_db_pdoTest::testDb_QueryBind()
e_db_pdoTest::testDb_CopyRowUnique()
2019-12-23 18:34:16 +01:00
Nick Liu
9677db1c1c
Removed bad e_LEGACY_MODE implementation
...
e_LEGACY_MODE caused the query results from e_db_pdo and e_db_mysql to return different styles (MYSQL_BOTH and MYSQL_ASSOC, respectively).
To resolve this inconsistency, e_LEGACY_MODE has been removed from the e107 core.
2019-12-23 16:50:33 +01:00
Nick Liu
71e7f8778c
Merged e_db_mysql and e_db_pdo tests into e_db_abstractTest
...
- FIX: e_db::copyTable() is now an interface
- FIX: e_db_mysql now implements e_db
- FIX: Implemented missing e_db_mysql::copyTable() public method
- FIX: Implemented missing e_db_mysql::setLanguage() method
- FIX: Implemented missing e_db_mysql::getLanguage() method
- FIX: Implemented missing e_db_mysql::dropTable() method
- MOD: Merged e_db_mysqlTest and e_db_pdoTest into e_db_abstractTest
2019-12-23 16:37:48 +01:00
Nick Liu
2330f8a152
Removed hard-coded SQL database creation
2019-12-23 15:28:52 +01:00
Nick Liu
f38e6c1f6d
Added a salt-ssh state to deploy an LXC dev env
2019-12-23 15:19:26 +01:00
Tijn Kuyper
4a0404d917
Minor fix in userclass description
2019-12-11 17:08:15 +01:00
Tijn Kuyper
b364043125
Added two userclasses, updated e_formTest and e_user_modelTest to reflect the changes
...
1. TestImage1 - with a FontAwesome icon
2. TestImage2 - with a png icon (TinyMCE plugin icon)
Added user to those userclasses.
2019-12-11 17:00:17 +01:00
Cameron
3b28884b56
Possible fixes.
2019-12-04 13:12:47 -06:00
Deltik
4e7d76235c
Removed GitLab CI
2019-12-03 23:09:28 -06:00
Deltik
e8cc0fb462
Attempt to port from GitLab CI to GitHub Actions
2019-11-28 22:39:54 -06:00
Deltik
6e8c81e652
GitPreparer: Handle failed git commit test lock
...
Happens when the Git config does not have user.name and user.email
2019-11-28 13:40:03 -06:00
Deltik
ae9f91084b
Disabled flaky and failing tests for repo migration
...
Related: #4030
Related: #4031
Related: #4032
Related: #4033
2019-11-27 15:49:43 -06:00
Deltik
8ed4cde9f1
Removed broken test: CaptchaCest
...
Related: #4028
2019-11-27 15:30:32 -06:00
Deltik
007bd04d8f
Prevent directory listing of e107_tests
...
Also block access to e107_tests by default on Apache HTTP Server
2019-11-27 15:18:01 -06:00
Deltik
083213777f
Documentation update: New paths
2019-11-27 15:00:16 -06:00
Deltik
e49ee50d31
Preparation for merge with e107 repository
...
Moved all test files to e107_tests subdirectory
2019-11-27 11:18:53 -06:00