mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Fixup
This commit is contained in:
parent
65b1cc510d
commit
aa50698197
@ -241,7 +241,7 @@ final class OrmTest extends TestCase
|
||||
}
|
||||
|
||||
$field = new FieldConfig(
|
||||
'testMigration',
|
||||
'testKeyMigration',
|
||||
$settings,
|
||||
KeyType::INT,
|
||||
ValueType::INT
|
||||
@ -258,7 +258,7 @@ final class OrmTest extends TestCase
|
||||
$this->assertEquals(1, $cnt);
|
||||
|
||||
$field = new FieldConfig(
|
||||
'testMigration',
|
||||
'testKeyMigration',
|
||||
$settings,
|
||||
KeyType::STRING,
|
||||
ValueType::INT
|
||||
@ -276,7 +276,7 @@ final class OrmTest extends TestCase
|
||||
$this->assertEquals(1, $cnt);
|
||||
|
||||
$field = new FieldConfig(
|
||||
'testMigration',
|
||||
'testKeyMigration',
|
||||
$settings,
|
||||
KeyType::INT,
|
||||
ValueType::INT
|
||||
@ -304,7 +304,7 @@ final class OrmTest extends TestCase
|
||||
$this->expectExceptionMessage("The JSON backend cannot be used when serializing objects!");
|
||||
}
|
||||
$field = new FieldConfig(
|
||||
'testKeyMigration',
|
||||
'testObject',
|
||||
$settings,
|
||||
KeyType::STRING_OR_INT,
|
||||
ValueType::OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user