spec\LdapTools\Event\LdapObjectRestoreEventSpec::it_should_be_constructed_with_a_null_location PHP Метод

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

    function it_should_be_constructed_with_a_null_location()
    {
        $this->beConstructedWith('foo', new LdapObject(['foo' => 'bar']), null);
        $this->getContainer()->shouldBeEqualTo(null);
    }