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