public function testGetAvailableTypes()
 {
     $this->if($model = new TestedModel())->array($model->getAvailableTypes())->isNotEmpty();
 }