model = (new ObjectManager($this))->getObject(Payflowadvanced::class); } /** * @covers \Magento\Paypal\Model\Payflowadvanced::getInfoBlockType() */ public function testGetInfoBlockType() { static::assertEquals(Info::class, $this->model->getInfoBlockType()); } }