ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.

Home Page:http://thinkup.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate testing framework from SimpleTest to PHPUnit

ginatrapani opened this issue · comments

PHPUnit is more actively-maintained, better-known, and arguably the default framework for PHP testing. Let's migrate ThinkUp's tests from SimpleTest to PHPUnit.

Would like to pick this up, please help me get started

Great! Try starting with basic tests first - TestOfLogger, TestOfFileDataManager - and then go from there.