cimodev wrote:
> Hi there
> 
> after migration to php 5.3 running PHPUnit  i get the following exception:
> 
> "PDOException: You cannot serialize or unserialize PDO instances"

derived classes from *TestCase should overwrite the following both(!)
properties, in constructor (not in setup()):

        $this->backupGlobals = false;
        $this->backupStaticAttributes = false;


Regards, cimodev
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to