mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
comment test for ss4
This commit is contained in:
parent
d621d00eea
commit
0d4231abb8
@ -114,6 +114,7 @@ class DBCompositeTest extends SapphireTest
|
||||
$this->assertEquals('DBCompositeTest_SubclassedDBFieldObject', $object2->dbObject('OverriddenMoney')->getTable());
|
||||
}
|
||||
|
||||
/* Uncomment this for SS5
|
||||
public function testSetFieldDynamicPropertyException()
|
||||
{
|
||||
$this->expectException(InvalidArgumentException::class);
|
||||
@ -124,6 +125,7 @@ class DBCompositeTest extends SapphireTest
|
||||
$object = new DBCompositeTest\TestObject();
|
||||
$object->MyMoney->abc = 'def';
|
||||
}
|
||||
*/
|
||||
|
||||
public function testWriteToManipuationIsCalledWhenWritingDataObject()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user