Cameron
3394444a2e
More PDO tests.
2019-02-09 12:37:22 -08:00
Cameron
cb18618895
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-02-08 13:47:12 -08:00
Cameron
bb47a5d944
test for db_Field()
2019-02-08 13:46:51 -08:00
Deltik
55bd50aac0
Eliminated Internet dependency from xmlClassTest
2019-02-08 15:39:34 -06:00
Cameron
b0ae4b6e3d
Synced with changes in mysql tests.
2019-02-08 13:37:07 -08:00
Cameron
bf74d2cf75
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-02-08 13:31:08 -08:00
Cameron
c9efa439bb
new pdo class test.
2019-02-08 13:30:46 -08:00
Nick L
bb3f4351e4
Merge pull request #19 from SimSync/fix_e_db_mysqlTest
...
Better assertions in `e_db_mysqlTest`
2019-02-08 15:19:41 -06:00
Achim Ennenbach
77a2ae1092
Added additional assertion in testDelete()
2019-02-08 21:45:01 +01:00
Achim Ennenbach
964eef125e
Added additional assertion in testUpdate()
...
Added additional assertion in testDelete()
2019-02-08 21:27:03 +01:00
Achim Ennenbach
77374ae03c
fixed typo in testUpdate()
...
Added additional assertion in testInsert()
2019-02-08 21:17:29 +01:00
Achim Ennenbach
92fb16fe86
fixed the assertions in e_db_mysqlTest
2019-02-08 20:53:49 +01:00
Deltik
4d169dd8a0
Removed print_r()s that were probably accidentally committed
2019-02-07 20:44:25 -06:00
Cameron
2319e145c3
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-02-07 17:11:36 -08:00
Cameron
2868748c8a
Session setOptions() test and themeHandler test class added.
2019-02-07 17:11:17 -08:00
Nick L
b31b02e1b2
Merge pull request #18 from SimSync/fix_adminperms
...
added missing constant ADMINPERMS to succeed the getperms check
2019-02-06 14:46:29 -06:00
Achim Ennenbach
cf20065ed6
added missing constant ADMINPERMS to succeed the getperms check
...
at the beginning of the lancheck.php file.
2019-02-06 21:19:11 +01:00
Nick L
52552cf814
Merge pull request #17 from SimSync/db_mysql_insert_update_delete
...
Added tests for db update, insert, delete
2019-02-06 14:04:19 -06:00
Achim Ennenbach
aed1a5ae3a
Added tests for db update, insert, delete
2019-02-06 21:01:09 +01:00
Cameron
40f6c66923
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-02-03 15:35:52 -08:00
Cameron
4b5b053a3d
More db_verify tests.
2019-02-03 15:35:17 -08:00
Deltik
61cffd7395
Merge branch 'SimSync-check_is_utf8_fill_phrases_array'
2019-02-03 13:45:03 -06:00
Deltik
2f10ffbc8e
Merge branch 'check_is_utf8_fill_phrases_array' of https://github.com/SimSync/e107-test into SimSync-check_is_utf8_fill_phrases_array
2019-02-03 13:44:37 -06:00
Cameron
c9c6caba7f
Use existing instance of database object.
2019-02-03 11:04:44 -08:00
Cameron
1ec80dc28c
Merge pull request #16 from SimSync/db_mysql_insert_update_delete
...
Added tests for db update, insert, delete
2019-02-03 10:59:18 -08:00
Achim Ennenbach
de937ec842
Added tests for db update, insert, delete
2019-02-03 19:08:57 +01:00
Achim Ennenbach
78d3e22de0
Added tests for is_utf8() and fill_phrases_array()
2019-02-03 18:11:39 +01:00
Cameron
178f1cb3f6
Added extra check for 'news' on isInstalled() test.
2019-01-31 15:41:45 -08:00
Cameron
90a7ac7020
Online class test added.
2019-01-31 14:04:59 -08:00
Cameron
b830aeae91
Test added for getCountry()
2019-01-31 13:37:20 -08:00
Cameron
cc8b641072
dbverify test for json field added.
2019-01-30 12:43:15 -08:00
Cameron
9d817a9cc9
lancheck test placeholder added.
2019-01-30 12:30:28 -08:00
Cameron
3d3b54e11f
Added test for mysql backup
2019-01-28 18:50:27 -08:00
Cameron
ccab9960bf
theme class test added for getThemeLayout().
2019-01-24 11:41:10 -08:00
Cameron
602dc4f939
XML tests added.
2019-01-24 09:15:19 -08:00
Cameron
36c92f893e
Added some MySQL class tests.
2019-01-16 12:04:59 -08:00
Cameron
a429bc13f8
computeLapse test updated.
2019-01-15 20:31:08 -08:00
Cameron
8f73232a4d
Tests for global LAN file detection.
2019-01-13 13:32:58 -08:00
Cameron
43bcfdee16
More tests.
2019-01-11 11:57:43 -08:00
Cameron
2e60a2bd31
Base64 test against ajax url added.
2019-01-07 17:04:02 -08:00
Cameron
960d219766
Added test for secondary database connections
2019-01-05 14:37:58 -08:00
Deltik
2a029220a7
cPanelDeployer: Preserve file permissions in ZipArchive
...
Reference: https://stackoverflow.com/a/53997599/1038828
2019-01-01 11:48:10 -06:00
Cameron
1b5182d011
buildAddonPrefLists test added.
2018-12-17 10:39:19 -08:00
Deltik
ffd27d2d80
Deactivated "stash" lock in GitPreparer
...
The "stash" lock was used to shove .gitignore'd files under the rug
so that they would not interfere with a pure copy of the app.
Vendor files may be ignored in the app, so for performance, the
"stash" lock has been deactivated. Vendor files no longer need to
be downloaded each time the test runs.
The "commit" lock now includes all ignored files so that tests
are run with the files as they are.
2018-11-19 15:14:34 -06:00
Cameron
5c3e14f8d1
XML Class import/export method tests and e107::serialize() test.
2018-11-15 14:24:47 -08:00
Cameron
99772ae134
TinyMce parser tests for backward compatibility with BBcodes and plain text.
2018-11-13 13:32:26 -08:00
Deltik
48654804bd
e_parse::parseTemplate() behavior clarification
...
New tests cover the behavior described in
https://github.com/e107inc/e107/issues/3547
2018-11-09 16:52:37 -06:00
Deltik
eec2feb8b3
pluginsTest::testBanner() e_parse cases
...
See https://github.com/e107inc/e107/issues/3547 for details.
2018-11-08 21:05:24 -06:00
Cameron
e9e9f6288e
Added placeholder test for Media-Manager upload processing.
2018-11-03 12:59:06 -07:00
Nick Liu
9e0d603609
100% test coverage for \e107\Shims
...
New test forces a failover of the `readfile()` internal function to
test the failover functionality of \e107\Shims\Internal::readfile()
2018-11-03 09:11:42 -05:00