1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-04 09:54:56 +02:00

12 Commits

Author SHA1 Message Date
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
Nick Liu
7c2b4f8f25
Reload e_shortcode_parser for pluginsTest::testBanner()
e_shortcode_parser normally doesn't need reloading in an e107
installation because installing the "banner" plugin and parsing
shortcodes have always been two separate script calls (page loads).

It would slow down the e107 core to add an e_shortcode_parser reloader
after installing a plugin when the page would later exit without
parsing any shortcodes.
2018-11-02 12:49:24 -05:00
Nick Liu
556aea02ea
Removed Internet dependency from pluginsTest::testRemotePlugin() 2018-11-01 19:12:11 -05:00
Cameron
4edf051945 plugin class tests. 2018-08-05 15:09:33 -07:00
Cameron
d8cfcb0812 plugin tests. Currently failing on remotePluginTest. (reason unknown) 2018-08-03 16:14:33 -07:00
Cameron
0a1d768840 Made it easier to debug a single plugin. Added extra checks in the linksword plugin test. Disabled empty db_verify tests. 2018-07-23 14:02:30 -07:00
Cameron
2301c4a042 Ignore e_admin_events addon. 2018-07-21 10:33:00 -07:00
Nick Liu
ba98888424
Restored PHP 5.6 compatibility 2018-07-21 12:19:16 -05:00
Nick Liu
cac7d2fade
Improved variable naming in unit pluginsTest
Also fixed a bug where invalid plugin addon names were being checked
2018-07-21 11:41:31 -05:00
Cameron
249be2979c Basic Plugin Install/Uninstall tests added. 2018-07-20 13:19:07 -07:00
Cameron
293327de53 Draft test for banner plugin. 2018-07-19 20:45:16 -07:00