Advertisement
Guest User

Untitled

a guest
Dec 31st, 2010
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. class Application_Models_UserTest extends Zend_Test_PHPUnit_ControllerTestCase {
  4.  
  5.   public function testCanDoUnitTest() {
  6.     $this->assertTrue(true);
  7.   }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement