expectException(\MailPoet\RuntimeException::class); $this->expectExceptionMessage('WpPostEntity is read only and cannot be instantiated.'); new WpPostEntity(); } }