Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Fixed classname of RbacTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Spraggs committed Sep 25, 2012
1 parent 3b35be5 commit 9ca31fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Permissions/Rbac/RbacTest.php
Expand Up @@ -19,7 +19,7 @@
* @subpackage UnitTests
* @group Zend_Rbac
*/
class AclTest extends \PHPUnit_Framework_TestCase
class RbacTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Zend\Permissions\Rbac\Rbac
Expand Down

0 comments on commit 9ca31fb

Please sign in to comment.