Forkathon: introducing tests!

  • Written by Tijs Verkoyen on Saturday 28 February 2015
  • 2 comments

At 26 february 2015 Wijs and Sumocoders teamed up to work a full day on improving Fork CMS. We gathered in a room and started coding, some developers paired to fix issues, others reviewed the Pull Requests, while other were integrating tests!

Yep, finally! We introduced tests, most of the test are functional tests as Fork CMS isn't ready for real decent unit-tests. Therefore we will have to refactor a lot of code, but the functional tests are a real nice start, and will enable us to refactor more code.

Ofcourse this resulted in a lot of changes, well some statswe merged 22 pull request and closed a lot of issues. In the upcoming week we will release Fork CMS 3.9 which will include all these changes!

PS: vytenizs is working hard to integrate Twitter Bootstrap in the backend, take a look: https://github.com/forkcms/forkcms/pull/1077.

Comments

Jacob wrote 9 years ago

Great work!

Can you get a screenshot of the Twitter Bootstrap interface? I wasn't able to pull the code of vytenizs.

Wouter Sioen wrote 9 years ago

Jacob,

You can pull the code by using these git commands (in an empty directory).

git clone git@github.com:vytenizs/forkcms.git .

git checkout issue-1027

composer install

Done!