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
To get PHPUnit working with DBUnit in PHP 8 I need to use a PHP8 compatible DBUnit fork, such as Kornrunner/dbunit. This package has return types in its method signatures that are not present in Test/PHPUnit.
sample error:
Fatal error: Declaration of Zend_Test_PHPUnit_Db_DataSet_QueryTable::loadData() must be compatible with Tests\Library\Vantage\PHPUnit\Db\Dataset\QueryTable::loadData(): void in /Users/jjjjj/projects/xxx/vendor/shardj/zf1-future/library/Zend/Test/PHPUnit/Db/DataSet/QueryTable.php on line 57
The text was updated successfully, but these errors were encountered:
To get PHPUnit working with DBUnit in PHP 8 I need to use a PHP8 compatible DBUnit fork, such as Kornrunner/dbunit. This package has return types in its method signatures that are not present in Test/PHPUnit.
sample error:
The text was updated successfully, but these errors were encountered: