Advertisement
Guest User

app/tests/models/UserTest.php

a guest
Nov 20th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. class UserTest extends TestCase {
  4.    
  5.     public function testThatTrueIsTrue()
  6.     {
  7.         $this->assertTrue(true);
  8.     }
  9.    
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement