Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Apr 1, 2014
2 parents 60d71bd + 6346e38 commit 98781ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"OroCRM\\Bundle": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "http://packagist.orocrm.com"
}
],
"require": {
"php": ">=5.4.4",
"oro/platform": "1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function testUserTag($tagName)
->setFirstName('First_'.$userName)
->setLastName('Last_'.$userName)
->setEmail($userName.'@mail.com')
->setRoles(array('Manager', 'Marketing manager'), true)
->setRoles(array('Manager', 'Marketing Manager'), true)
->uncheckInviteUser()
->verifyTag($tagName)
->setTag('New_' . $tagName)
Expand Down

0 comments on commit 98781ef

Please sign in to comment.