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

66 Commits

Author SHA1 Message Date
Cameron
f07f4dc416 Codeception sample added.
date class test added.
2018-05-11 15:01:18 -07:00
Cameron
f165fe0f21 parser test added 2018-03-10 19:17:47 -08:00
Cameron
8870a065b5 Form tests for renderValue method. Basic test for db_mysql class. 2018-03-10 18:18:01 -08:00
Deltik
6cc7c97bfa Updated TreeModelTest to care more about results
… rather than implementation
2018-03-06 23:13:01 -06:00
Cameron
d5e5504d57 Updated toDate() test. 2018-03-04 15:30:46 -08:00
Cameron
d657a29c6f Added e_parser unit test script. Test added for toDate() method. 2018-02-24 15:18:58 -08:00
Cameron
e95c5daabc admin-ui test template file added. 2018-02-23 14:35:42 -08:00
Cameron
e6ef6210cf Merge branch 'master' of https://github.com/e107inc/e107-test 2018-02-23 14:25:40 -08:00
Cameron
0e05f4db6a Added e107_class.php test file. 2018-02-23 14:25:30 -08:00
Deltik
986b4a63ba Test e_tree_model::multiFieldCmp()
Relates to: 840859a32f
2018-02-23 15:51:20 -06:00
Cameron
0ec35cdf6c Quick tests for e_MEDIA_BASE and e_SYSTEM_BASE added. Disabled creation of e107_config.php (will halt installation test if found) 2018-02-19 13:48:45 -08:00
Deltik
ccb108d098 Tests for e_tree_model::prepareSimulatedPagination
https://github.com/e107inc/e107/issues/3034
2018-02-15 14:21:50 -06:00
Deltik
d0acabcbe5 Added code coverage support and a unit test 2018-02-13 07:53:31 -06:00
Deltik
b18ef3f830 Ready for testing!
e107 is now ready for fully automated testing on all three test suites:

* Acceptance
* Functional
* Unit

New features:

* cPanelDeployer adds a cPanel Remote MySQL access host
* e107 database dump importer
* Unit tests now load e107

Fixes:

* Test prefixes now only use characters valid for MySQL/MariaDB without
  escaping
* Refactored a bunch of things
* All existing tests pass now

Changes:

* Deployers now provided by \Helper\DeployerFactory
* Added Twig templating for generating e107_config.php for testing
* cPanelDeployer now outputs to codecept_debug()
2018-02-12 13:17:17 -06:00
Deltik
fabfc67f1b Refactored cPanel Deployer: Defined components
cPanelDeployer is a bit easier to follow now that there is a concept of
components.
2018-02-08 10:07:03 -06:00
Cameron
c32696ae42 Initial working files. 2018-02-04 18:47:24 -08:00