Guest User

Untitled

a guest
May 21st, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. public function test_isValid_ユーザの状態が異常であればfalse()
  3. {
  4. $user = $this->createValidUser();
  5. $user->setAge(NULL);
  6. $this->assertFalse($user->isValid());
  7. }
Advertisement
Add Comment
Please, Sign In to add comment