/** * Verify handling of serialized, non-serialized input into and out of getFullInfo() * * @param $input * @param $expected * @dataProvider getFullInfoDataProvider */ public function testGetFullInfo($input, $expected) { $this->model->setFullInfo($input); $this->assertEquals($expected, $this->model->getFullInfo()); }