expectException(\InvalidArgumentException::class); $this->expectExceptionMessage('Expected instanceof Invoice, received "App\Entity\Customer"'); $sut = new InvoiceMeta(); $sut->setEntity(new Customer('foo')); } }