Zend certified PHP/Magento developer

I am currently unit testing my PHP application and I was wondering for which use cases do I use Phpt or PHPUnit? Currently I am using PHPUnit for when I need to mock classes and Phpt for simple method testing. I don’t really understand when it’s best to use one or the other.