Cameron
|
f1551a4613
|
escape test.
|
2019-02-13 11:48:56 -08:00 |
|
Cameron
|
c4d47c4e03
|
Added debug mode to test, but it causes test to hang.
|
2019-02-13 11:44:13 -08:00 |
|
Cameron
|
eb9ed77b0f
|
tables with invalid value
|
2019-02-13 11:39:13 -08:00 |
|
Cameron
|
edbb0a6ee2
|
select and insert tests.
|
2019-02-13 11:36:21 -08:00 |
|
Cameron
|
f34eeaf369
|
Refined debugging of PDO queries.
|
2019-02-13 11:35:28 -08:00 |
|
Cameron
|
c5d1e6876b
|
copyRow() error check fix.
|
2019-02-13 11:16:48 -08:00 |
|
Cameron
|
6988be9779
|
retrieve, select, count assertions
|
2019-02-13 11:13:24 -08:00 |
|
Cameron
|
f645d0cbac
|
Removed LEGACY check from tests.
|
2019-02-13 10:51:57 -08:00 |
|
Cameron
|
aa83639c4e
|
Disabled legacy mode fetch test.
|
2019-02-13 10:40:01 -08:00 |
|
Cameron
|
c45ed85c5c
|
db_Fetch() e_LEGACY_MODE permanently removed. Old plugins should use $sql->fetch('both'); if this is still required.
|
2019-02-13 10:31:28 -08:00 |
|
Deltik
|
a82ffc4adb
|
Increased reliability of unit tests running in shuffle mode
Which means decreasing the dependence of tests on the results of
previous tests
In codeception.yml, settings.shuffle = true
|
2019-02-12 23:52:40 -06:00 |
|
Cameron
|
c9d9c71835
|
Extra check on hasLanguage() and in backup()
|
2019-02-12 12:28:43 -08:00 |
|
Cameron
|
8bb6c442a2
|
Fix for copyRow
|
2019-02-12 12:04:18 -08:00 |
|
Cameron
|
cc1493833d
|
Merge branch 'master' of https://github.com/e107inc/e107-test
|
2019-02-12 11:58:28 -08:00 |
|
Cameron
|
4ad79e3de0
|
Updated to pass.
|
2019-02-12 11:58:02 -08:00 |
|
Cameron
|
a8d1541b9d
|
Check for e_LEGACY_MODE moved to db legacy class.
|
2019-02-12 10:07:00 -08:00 |
|
Deltik
|
d69217d6f0
|
Un-hard-coded database name and table prefix in e_db_pdoTest
Also corrected a typo that switched an expected and actual
assertion arguments.
|
2019-02-11 21:56:44 -06:00 |
|
Cameron
|
f5f2212b54
|
code cleanup
|
2019-02-11 17:55:16 -08:00 |
|
Cameron
|
2465b0d16b
|
PDO copyRow and backup
|
2019-02-11 17:54:43 -08:00 |
|
Cameron
|
6e558efcf0
|
columnCount test
|
2019-02-11 17:33:50 -08:00 |
|
Cameron
|
3eec3d6029
|
Fix for BC constants.
|
2019-02-11 17:18:30 -08:00 |
|
Cameron
|
c7efb447e7
|
Extra retrieve assertions.
|
2019-02-11 17:15:34 -08:00 |
|
Cameron
|
db4f82ba2f
|
set default null value
|
2019-02-11 17:15:00 -08:00 |
|
Cameron
|
f54feed09b
|
PDO tests
|
2019-02-11 16:57:11 -08:00 |
|
Cameron
|
645ad037f5
|
More code cleanup
|
2019-02-11 16:56:37 -08:00 |
|
Cameron
|
762c8b5a1a
|
Code cleanup
|
2019-02-11 16:32:41 -08:00 |
|
Cameron
|
3786ced51f
|
expand on copyRow and copyTable tests.
|
2019-02-11 16:30:54 -08:00 |
|
Cameron
|
a941bee847
|
Ported PDO tests across to Mysql tests.
|
2019-02-11 16:23:24 -08:00 |
|
Cameron
|
4e6b68a709
|
new methods added to PDO class.
|
2019-02-11 16:19:07 -08:00 |
|
Cameron
|
ae9a890a38
|
testDb_IsLang(), testGetLastQuery(), testGetFieldDefs() added.
|
2019-02-11 16:17:59 -08:00 |
|
Cameron
|
7e7257d0e6
|
pdo tests ported over to mysql tests.
|
2019-02-11 15:40:58 -08:00 |
|
Cameron
|
c34f8b41f3
|
Mysql class optimization and minor fixes.
|
2019-02-11 15:40:10 -08:00 |
|
Cameron
|
dfea1cbce2
|
PDO class fixes.
|
2019-02-11 14:54:09 -08:00 |
|
Cameron
|
722c90a8ed
|
PDO tests.
|
2019-02-11 14:28:47 -08:00 |
|
Cameron
|
d9512cfb1b
|
Legacy fixes.
|
2019-02-11 12:22:10 -08:00 |
|
Cameron
|
759cf6f190
|
More test for legacy fetch
|
2019-02-11 12:20:30 -08:00 |
|
Cameron
|
1407fca8a7
|
db_Select_gen() test.
|
2019-02-11 12:10:13 -08:00 |
|
Cameron
|
d90b3f3db6
|
More PDO tests.
|
2019-02-11 12:05:19 -08:00 |
|
Cameron
|
b4efb3a0e8
|
db_Fetch() tests.
|
2019-02-11 11:47:51 -08:00 |
|
Cameron
|
360b6a15b0
|
Whitelist specific folders for coverage. More PDO tests.
|
2019-02-11 11:34:58 -08:00 |
|
Cameron
|
6cb92a37a7
|
Removed unused method
|
2019-02-11 10:09:04 -08:00 |
|
Tijn Kuyper
|
8000567983
|
Remove outdated optional flag
|
2019-02-11 11:04:34 +01:00 |
|
Tijn Kuyper
|
2f67965d1f
|
Closes #3355 - allow for proper translation relative datetime 'ago' and 'in'.
|
2019-02-11 11:03:15 +01:00 |
|
Cameron
|
c8df79ea01
|
More tests
|
2019-02-10 19:19:38 -08:00 |
|
Cameron
|
93a2dde80a
|
More tests.
|
2019-02-10 19:11:35 -08:00 |
|
Cameron
|
ca133074b8
|
Added E107_DBG_BASIC constant. More tests added for pdo and debug classes.
|
2019-02-10 19:01:09 -08:00 |
|
Cameron
|
7259688c6d
|
Notice removal
|
2019-02-10 19:00:06 -08:00 |
|
Cameron
|
17eff8de71
|
More PDO tests.
|
2019-02-10 16:19:58 -08:00 |
|
Cameron
|
4e9f47c8b4
|
PDO class optimization
|
2019-02-10 16:19:25 -08:00 |
|
Cameron
|
c9981cda78
|
Debug test class
|
2019-02-10 15:26:55 -08:00 |
|