diff --git a/tests/php/ORM/DBCompositeTest.php b/tests/php/ORM/DBCompositeTest.php index 29a2b1bf1..d43cf5fd8 100644 --- a/tests/php/ORM/DBCompositeTest.php +++ b/tests/php/ORM/DBCompositeTest.php @@ -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() {