bfdc13a8d1
Fix fubscription form failing when some fields are absent or don't exist [MAILPOET-764]
2017-01-24 21:12:56 +03:00
e6d909da21
- Updates unit test
2016-12-30 10:59:37 -05:00
13ed3aa3b9
- Adds unit test
2016-09-21 14:09:24 -04:00
4538cab6c8
- Adds newsletter body/subject as a reusable template through
...
Codeception's Fixture utility class
2016-09-19 20:40:17 -04:00
2856a08cdc
- Made changes as per Marco's comments in #54
...
- Implemented database cleanup for tests. Closes #56
2015-08-12 15:36:56 +00:00
34153e8df6
Refactor all env variables into Env class.
2015-08-08 22:35:46 +02:00
4378d42274
First implementation of the Subscriber ORM Model.
2015-08-07 15:36:43 +02:00
cffec78d38
Initialize the ORM in unit testing bootstrap.
2015-08-07 13:13:36 +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
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
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
878fcd005a
Unit tests.
2015-07-16 16:45:25 +02:00
b38ad03b8a
First CodeCeption setup.
2015-07-14 18:18:34 +02:00