Example #1
0
 public function testAttributeLabels()
 {
     $model = new Project();
     $attrLabels = $model->attributeLabels();
     $this->assertTrue($attrLabels['name'] == 'Name');
     $this->assertTrue($attrLabels['crash_reports_per_group_quota'] == 'Max crash reports per collection');
 }