Skip to content

Commit

Permalink
added level test
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Mar 15, 2016
1 parent 6029a56 commit 9c849b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Core/Models/User.Test.php
Expand Up @@ -8,6 +8,7 @@ public function testCreate(){

$resUser->firstname('Travis');
$resUser->surname('CI');
$resUser->level(0);
$resUser->email('travisci@unit-test-twistphp.com');
$resUser->password('X123Password');

Expand Down

0 comments on commit 9c849b2

Please sign in to comment.