Commit Graph

1074 Commits

Author SHA1 Message Date
8b9cc8c109 Add all WP db variable to the Env. 2015-07-29 16:35:10 +02:00
8e0217674f Env class to hold all environment variables.
We are going to use this class to store all variables
that we would store with globals and defines.
It will be initialized in the initializer and we'll be
able to get any variable with static methods.
2015-07-29 16:23:50 +02:00
ebe3c5547f First Migrator class and test. 2015-07-29 16:03:47 +02:00
ffbc54ffb7 added loadEnv to unit test and removed bootstrap code + added basic acceptance test for form widget (had to increase the wait value oh web driver to bypass JS animations delay) 2015-07-28 11:40:31 +02:00
8aea2675f2 added acceptance test for formwidget + added utility method to login into WP for acceptance tests + fixed unit test of form renderer 2015-07-27 18:12:47 +02:00
2c73ab9c5f added WP env to unit tests - migrated form widget and form renderer + need orm to finish widget implementation as it relies on forms 2015-07-27 17:40:47 +02:00
b563dd179b added MAILPOET_VERSION constant + tried to add tests for form render but need WP env in unit test 2015-07-27 12:27:46 +02:00
95042d68e5 migrated form renderer with basic unit tests 2015-07-24 17:47:08 +02:00
07bf040bc3 fixed method name case on unit tests 2015-07-24 12:01:44 +02:00
96fe85de3b Merge branch 'master' of github.com:JoN1oP/namp2 2015-07-24 11:53:28 +02:00
e753a36acf - migrated Host Web & SMTP classes from MP3 (with unit tests)
- added dependencies in relation to issue #13 (still ongoing)
2015-07-24 11:51:32 +02:00
1e7ae9d55d Fix camelCase. 2015-07-23 13:54:22 +02:00
d92eb2b6e1 Fix camelCase. 2015-07-23 13:54:06 +02:00
93cb71468d Fix camelCase for methods. 2015-07-23 13:53:31 +02:00
391e29e7f3 Replaced settings tests with stubbed WP class.
Settings classes must be merged.
2015-07-23 12:58:41 +02:00
ad68ed4f05 Settings class and stubbed WP class in tests. 2015-07-23 12:56:28 +02:00
d3ec721eae updated Settings class and added unit tests 2015-07-23 12:06:10 +02:00
3a572a99ff - renamed DKIM class method to camelCase and updated unit test - re-added acceptance suite yml file to the repo and updated gitignore 2015-07-22 11:42:17 +02:00
fcc857afde Refactored dkim tests taking verify into account. 2015-07-21 22:28:26 +02:00
43275b5085 migrated and added unit test for \MailPoet\Util\DKIM class 2015-07-21 19:02:59 +02:00
5b70529978 XlsxWriter test to make sure it's properly namespaced. 2015-07-17 16:05:22 +02:00
878fcd005a Unit tests. 2015-07-16 16:45:25 +02:00
71c367d9b0 First unit test. 2015-07-14 22:48:37 +02:00
b38ad03b8a First CodeCeption setup. 2015-07-14 18:18:34 +02:00