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
after upgrading to the newest version of Nette caching library and running codeception tests I now get the following error: Cannot assign null to property Nette\Caching\Storages\SQLiteJournal::$pdo of type PDO right after the tests are finished.
This looks to be an issue with the latest Nette\Caching commit here which does no longer allow the $pdo property to be nullable.
Detailed error stacktrace:
I switched to a prior version without that commit (Nette\Caching v3.1.4) and the error no longer appears. Can we get this fixed please, so that we can use the newest Nette\Caching version?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
after upgrading to the newest version of Nette caching library and running codeception tests I now get the following error:
Cannot assign null to property Nette\Caching\Storages\SQLiteJournal::$pdo of type PDO
right after the tests are finished.This looks to be an issue with the latest Nette\Caching commit here which does no longer allow the
$pdo
property to be nullable.Detailed error stacktrace:

I switched to a prior version without that commit (Nette\Caching v3.1.4) and the error no longer appears. Can we get this fixed please, so that we can use the newest Nette\Caching version?
Thanks!
The text was updated successfully, but these errors were encountered: