- 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:
Vlad
2016-05-16 20:24:17 -04:00
parent 607a151c23
commit a02b2d3aa0
8 changed files with 49 additions and 46 deletions

View File

@ -49,7 +49,6 @@ class FormTest extends MailPoetTest {
function testItHasACreatedAtOnCreation() {
$form = Form::findOne($this->form->id);
expect($form->created_at)->notNull();
expect($form->created_at)->notEquals('0000-00-00 00:00:00');
}
function testItHasAnUpdatedAtOnCreation() {