removeFieldFromLayouts("aFieldThatDoesntExist"); $this->assertTrue(true); } catch (Exception $e) { $this->assertTrue(false, "Studio module threw exception :" . $e->getMessage()); } } }