Skip to content

Commit

Permalink
user registration
Browse files Browse the repository at this point in the history
  • Loading branch information
aslubsky committed Nov 10, 2013
1 parent 6900497 commit d26c50d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Bazalt/Auth/Test/BaseCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ protected function setUp()

$this->user = \Bazalt\Auth\Model\User::create();
$this->user->login = '__Test__';
$this->user->email = 'test@equalteam.net';
$this->user->is_active = 1;
$this->user->save();

Expand Down

0 comments on commit d26c50d

Please sign in to comment.