We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5631f4 commit 63b95a1Copy full SHA for 63b95a1
tests81/Unit/CrudPanel/CrudPanelFieldsTest.php
@@ -17,6 +17,6 @@ public function testCheckReturnTypesForWhenInferingRelation()
17
$this->crudPanel->addField('isARelation');
18
19
$this->assertEquals(false, $this->crudPanel->fields()['isAnAttribute']['entity']);
20
- $this->assertEquals(true, $this->crudPanel->fields()['isARelation']['entity']);
+ $this->assertEquals('isARelation', $this->crudPanel->fields()['isARelation']['entity']);
21
}
22
0 commit comments