Method isn't static, call to get connection needs to be made using $this, to get the concrete class's getConnection() method.
When using $this->assertTableRowCount() I get:
Fatal error: Cannot call abstract method PHPUnit_Extensions_Database_TestCase::getConnection() in /usr/lib/php/pear/PHPUnit/Extensions/Database/TestCase.php on line 261
DBUnit 1.2.2
PHPUnit_Extensions_Database_TestCase line 261
Method isn't static, call to get connection needs to be made using $this, to get the concrete class's getConnection() method.
When using $this->assertTableRowCount() I get: Fatal error: Cannot call abstract method PHPUnit_Extensions_Database_TestCase::getConnection() in /usr/lib/php/pear/PHPUnit/Extensions/Database/TestCase.php on line 261