Example #1
0
 public function test_find_return_array()
 {
     $user = new User();
     $this->assertInternalType('array', $user->getAll());
 }