spec\LdapTools\Security\Ace\AceSpec::it_should_be_able_to_set_the_AceFlags PHP Метод

it_should_be_able_to_set_the_AceFlags() публичный Метод

public it_should_be_able_to_set_the_AceFlags ( AceFlags $flags )
$flags LdapTools\Security\Ace\AceFlags
    function it_should_be_able_to_set_the_AceFlags(AceFlags $flags)
    {
        $this->setFlags($flags)->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\Ace');
        $this->getFlags()->shouldBeEqualTo($flags);
    }