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 954746b commit 7aa627cCopy full SHA for 7aa627c
tests/Unit/CrudPanel/CrudPanelColumnsTest.php
@@ -546,6 +546,7 @@ public function testItCanChangeTheColumnKey()
546
547
$this->assertEquals('new_key', $this->crudPanel->columns()['new_key']['key']);
548
}
549
+
550
public function testItCanAddAFluentColumn()
551
{
552
$this->crudPanel->setModel(User::class);
0 commit comments