[fw-general] Zend_Ldap_Collection_Iterator_Default::next() error

2010-05-09 Thread waigani
Zend_Ldap_Collection_Iterator_Default::next() throws the following error: 0x54 (Decoding error): getting next entry (0x54 (Decoding error)) I am am searching a Apple OpenLdap ODM. The following code throws the error: $result = $this->_ldap->search("cn=*schoolofp*", $this->_ldapOptions['baseDn'

[fw-general] Re: PHPUnit taking forever?

2010-05-09 Thread dmitrybelyakov
Well, actually no. I think you should still investigate the reason for that. Bootstraping your application is required to do testing of ZendFramework application but there's also phpunit itself that needs to be instantiated to run tests. So what you can do is create a dummy test that extends PH