Skip to content

Superuser addOptions#498

Merged
steinkel merged 4 commits into
CakeDC:developfrom
digitalfotografen:superuser-addOptions
Feb 20, 2017
Merged

Superuser addOptions#498
steinkel merged 4 commits into
CakeDC:developfrom
digitalfotografen:superuser-addOptions

Conversation

@digitalfotografen

Copy link
Copy Markdown
Contributor

added same parameters to addSuperusers that already exists in addUser
method (-e, -p, -r, -u)
updated tests in UsersShellTest to test addSuperuser with and without
parameters.

addSuperuser and addUser are now more or less a repetition and should
be rewritten to keep it DRY. But I'll save that work for a rainy day.

added same parameters to addSuperusers that already exists in addUser
method (-e, -p, -r, -u)
updated tests in UsersShellTest to test addSuperuser with and without
parameters.

addSuperuser and addUser are now more or less a repetition and should
be rewritten to keep it DRY. But I'll save that work for a rainy day.
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.06%) to 76.798% when pulling f9f4f80 on digitalfotografen:superuser-addOptions into ceef817 on CakeDC:develop.

Comment thread tests/TestCase/Shell/UsersShellTest.php Outdated
$user = [
'username' => 'yeliparra',
'password' => '123',
'email' => 'yeli.parra@gmail.com',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use @example.com for domain names in tests

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.06%) to 77.207% when pulling a54af9d on digitalfotografen:superuser-addOptions into 66eb4e0 on CakeDC:develop.

@steinkel
steinkel merged commit 58c78c5 into CakeDC:develop Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants