You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection::getRowCount() uses PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection::$connection when called. That variable is null since Zend_Test_PHPUnit_Db_Connection overrides the constructor and never calls the parent.
This in turn results in Fatal error: Call to a member function query() on a non-object when calling Zend_Test_PHPUnit_Db_Connection::getRowCount()
The text was updated successfully, but these errors were encountered:
PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection::getRowCount()
usesPHPUnit_Extensions_Database_DB_DefaultDatabaseConnection::$connection
when called. That variable is null sinceZend_Test_PHPUnit_Db_Connection
overrides the constructor and never calls the parent.This in turn results in
Fatal error: Call to a member function query() on a non-object
when callingZend_Test_PHPUnit_Db_Connection::getRowCount()
The text was updated successfully, but these errors were encountered: