ZF-12129: Call to undefined function Zend_Exception() in Zend/Test/PHPUnit/Db/Operation/Truncate.php on line 107
Description
line 107 reads: throw Zend_Exception("IBM Db2 TRUNCATE not supported.");
should read: throw new Zend_Exception("IBM Db2 TRUNCATE not supported.");
Comments
No comments to display