Skip to content

Commit

Permalink
comment test for ss4
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala authored Aug 11, 2023
1 parent d621d00 commit 0d4231a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/php/ORM/DBCompositeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public function testInheritedTables()
$this->assertEquals('DBCompositeTest_SubclassedDBFieldObject', $object2->dbObject('OverriddenMoney')->getTable());
}

/* Uncomment this for SS5
public function testSetFieldDynamicPropertyException()
{
$this->expectException(InvalidArgumentException::class);
Expand All @@ -124,6 +125,7 @@ public function testSetFieldDynamicPropertyException()
$object = new DBCompositeTest\TestObject();
$object->MyMoney->abc = 'def';
}
*/

public function testWriteToManipuationIsCalledWhenWritingDataObject()
{
Expand Down

0 comments on commit 0d4231a

Please sign in to comment.