- 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:
@@ -66,7 +66,6 @@ class CustomFieldTest extends MailPoetTest {
|
||||
function testItHasACreatedAtOnCreation() {
|
||||
$custom_field = CustomField::findOne($this->custom_field->id);
|
||||
expect($custom_field->created_at)->notNull();
|
||||
expect($custom_field->created_at)->notEquals('0000-00-00 00:00:00');
|
||||
}
|
||||
|
||||
function testItHasAnUpdatedAtOnCreation() {
|
||||
|
Reference in New Issue
Block a user