Remove phpstan errors from integration Config tests

[MAILPOET-3235]
This commit is contained in:
Jan Lysý
2021-01-13 17:34:23 +01:00
committed by Veljko V
parent c9004553c3
commit 4fd0779dcb
3 changed files with 15 additions and 8 deletions

View File

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