# user-access-manager/1.2.11/tests/accesshandler/UamAccessHandlerTest.php

User Access Manager, version 1.2.11. 126 lines.

- Page: https://pluginprobe.com/plugins/user-access-manager/1.2.11/code/tests/accesshandler/UamAccessHandlerTest.php
- Raw: https://pluginprobe.com/plugins/user-access-manager/1.2.11/raw/tests/accesshandler/UamAccessHandlerTest.php
- Modified: 2016-12-31T00:29:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/user-access-manager/1.2.11/code/tests/accesshandler/UamAccessHandlerTest.php#L10-L20`.

```php
<?php

/**
 * Created by PhpStorm.
 * User: alex
 * Date: 29.12.16
 * Time: 00:22
 */
class UamAccessHandlerTest extends PHPUnit_Framework_TestCase
{
    /**
     * @covers UamAccessHandler::registeredPostType
     */
    public function testRegisteredPostType()
    {
    }

    public function testIsPostableType()
    {
    }

    public function testGetUserAccessManager()
    {
    }

    public function testGetObjectTypes()
    {
    }

    public function testGetPostableTypes()
    {
    }

    public function testGetAllObjectTypes()
    {
    }

    public function testGetAllObjectTypesMap()
    {
    }

    public function test__call()
    {
    }

    public function test_filterUserGroups()
    {
    }

    public function testIsValidObjectType()
    {
    }

    public function testGetUserGroups()
    {
    }

    public function testAddUserGroup()
    {
    }

    public function testDeleteUserGroup()
    {
    }

    public function testGetUserGroupsForObject()
    {
    }

    public function testUnsetUserGroupsForObject()
    {
    }

    public function testCheckObjectAccess()
    {
    }

    public function test_getUserGroupsForUserAsSqlString()
    {
    }

    public function testGetTermsForUser()
    {
    }

    public function testGetPostsForUser()
    {
    }

    public function testGetExcludedPosts()
    {
    }

    public function testCheckUserIp()
    {
    }

    public function test_getUserRole()
    {
    }

    public function testUserIsAdmin()
    {
    }

    public function testCheckUserAccess()
    {
    }

    public function testGetRolesOrdered()
    {
    }

    public function testRegisterPlObject()
    {
    }

    public function testGetPlObject()
    {
    }

    public function testGetPlObjects()
    {
    }
}

```
