centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Add test for isset on rows. Fix isset for specialGets #89

Closed Floby closed 12 years ago

Floby commented 12 years ago

I had to make a change for isset on specialGets which did not check for callback arrays. noticing this part was not tested yet, i took the liberty of writing a test for it.