Remove phpstan-ignores from tests

[MAILPOET-3235]
This commit is contained in:
Jan Lysý
2021-01-14 18:29:04 +01:00
committed by Veljko V
parent 8001cd1336
commit df794425b7
4 changed files with 18 additions and 14 deletions

View File

@ -17,7 +17,7 @@ class DatabaseTest extends \MailPoetTest {
public function _before() {
parent::_before();
ORM::set_db(null); // @phpstan-ignore-line
ORM::reset_db();
}
public function testItDefinesTables() {