Submit
Path:
~
/
/
opt
/
alt
/
php54
/
usr
/
share
/
pear
/
test
/
Security
/
Symfony
/
Component
/
Security
/
Acl
/
Tests
/
Permission
/
File Content:
BasicPermissionMapTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Acl\Tests\Permission; use Symfony\Component\Security\Acl\Permission\BasicPermissionMap; class BasicPermissionMapTest extends \PHPUnit_Framework_TestCase { public function testGetMasksReturnsNullWhenNotSupportedMask() { $map = new BasicPermissionMap(); $this->assertNull($map->getMasks('IS_AUTHENTICATED_REMEMBERED', null)); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
BasicPermissionMapTest.php
633 bytes
0644
MaskBuilderTest.php
3041 bytes
0644
N4ST4R_ID | Naxtarrr