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

Commit

Permalink
Merge remote-tracking branch 'weierophinney/feature/permissions'
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Jul 24, 2012
2 parents a27ca10 + efbfeab commit ab2f663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Page/AbstractPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
namespace Zend\Navigation\Page;

use Traversable;
use Zend\Acl\Resource\ResourceInterface as AclResource;
use Zend\Navigation\AbstractContainer;
use Zend\Navigation\Exception;
use Zend\Permissions\Acl\Resource\ResourceInterface as AclResource;
use Zend\Stdlib\ArrayUtils;

/**
Expand Down
2 changes: 1 addition & 1 deletion test/Page/PageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public function testSetResourceInterface()
'label' => 'hello'
));

$resource = new \Zend\Acl\Resource\GenericResource('bar');
$resource = new \Zend\Permissions\Acl\Resource\GenericResource('bar');

$page->setResource($resource);
$this->assertEquals($resource, $page->getResource());
Expand Down

0 comments on commit ab2f663

Please sign in to comment.