Exemple #1
0
 /**
  * @dataProvider provideArrays
  */
 public function testSetGetOneClickApplyProfiles($input, $expected)
 {
     $this->target->setOneClickApplyProfiles($input);
     $this->assertEquals($expected, $this->target->getOneClickApplyProfiles());
 }