A group of Coding Kata that I have worked on from a TDD perspective:
Roman Numerals - A small class to convert a string of roman numerals into digits, digits to roman numerals and can act as a Numeral Calculator PHPUnit Test Class
OCR - A class to read in a file of ASCII numbers and return them in digits
FizzBuzz - Simple FizzBuzz kata PHPUnit Test Class