diff --git a/code/BasicFieldsTestPage.php b/code/BasicFieldsTestPage.php index 5a38878..ed8b707 100644 --- a/code/BasicFieldsTestPage.php +++ b/code/BasicFieldsTestPage.php @@ -160,6 +160,22 @@ class BasicFieldsTestPage extends TestPage ); } + public function Listbox_readonly() { + return $this->Listbox(); + } + + public function Listbox_disabled() { + return $this->Listbox(); + } + + public function CheckboxSet_readonly() { + return $this->CheckboxSet(); + } + + public function CheckboxSet_disabled() { + return $this->CheckboxSet(); + } + public function getCMSFields() { $fields = parent::getCMSFields();