- Updates migrator/schema to work with MySQL 5.7
- Fixes unit tests - Fixes export's SQL query to work with strict ONLY_FULL_GROUP_BY option
This commit is contained in:
@ -59,7 +59,6 @@ class NewsletterOptionFieldTest extends MailPoetTest {
|
||||
|
||||
function testItHasACreatedAtOnCreation() {
|
||||
expect($this->option_field->created_at)->notNull();
|
||||
expect($this->option_field->created_at)->notEquals('0000-00-00 00:00:00');
|
||||
}
|
||||
|
||||
function testItHasAnUpdatedAtOnCreation() {
|
||||
|
Reference in New Issue
Block a user