mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Fix table name test
This commit is contained in:
parent
a4521a7348
commit
b36a01a8fd
@ -58,9 +58,9 @@ class DataObjectSchemaTest extends SapphireTest
|
||||
'DOSTWithCustomTable',
|
||||
$schema->tableName(WithCustomTable::class)
|
||||
);
|
||||
// Default table name is FQN
|
||||
// Default table name is Vendor plus base class
|
||||
$this->assertEquals(
|
||||
'SilverStripe_ORM_Tests_DataObjectSchemaTest_DefaultTableName',
|
||||
'SilverStripe_DefaultTableName',
|
||||
$schema->tableName(DefaultTableName::class)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user