spec\LdapTools\Security\Acl\SaclSpec::it_should_get_the_binary_representation PHP Method

it_should_get_the_binary_representation() public method

    function it_should_get_the_binary_representation()
    {
        $sacl = "04008c00030000000240140020000c00010100000000000100000000075a38002000000003000000be3b0ef3f09fd111b6030000f80367c1a57a96bfe60dd011a28500aa003049e2010100000000000100000000075a38002000000003000000bf3b0ef3f09fd111b6030000f80367c1a57a96bfe60dd011a28500aa003049e2010100000000000100000000";
        $this->toBinary()->shouldBeEqualTo(hex2bin($sacl));
    }