Test fixes after module+builder test extension

This commit is contained in:
Dennis Eichhorn 2019-02-26 21:42:51 +01:00
parent d305f9a430
commit bf542291f7
2 changed files with 1 additions and 9 deletions

View File

@ -37,7 +37,7 @@
"exchange_version": { "exchange_version": {
"name": "exchange_version", "name": "exchange_version",
"type": "VARCHAR(50)", "type": "VARCHAR(50)",
"null": null "null": false
} }
} }
} }

View File

@ -51,14 +51,6 @@ final class InterfaceManagerMapper extends DataMapperAbstract
*/ */
protected static $table = 'exchange'; protected static $table = 'exchange';
/**
* Created at.
*
* @var string
* @since 1.0.0
*/
protected static $createdAt = 'exchange_created_at';
/** /**
* Primary field name. * Primary field name.
* *