Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Merge branch '1.1' into 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJuliuss committed Dec 15, 2013
2 parents de58094 + 416d794 commit 87cdca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/PermissionProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public function testCreatePermission()
$this->assertEquals($permission, Permission::where('value', '=', 'foo-bar')->get()->first());
}

/**
* @expectedException MrJuliuss\Syntara\Models\Permissions\ValueRequiredException
*/
public function testCreatePermissionInvalidInfos()
{
$permissionData = array(
Expand Down

0 comments on commit 87cdca9

Please sign in to comment.