Exemple #1
0
 /**
  * @dataProvider provideBoolean
  */
 public function testSetGetOneClickApply($input, $expected)
 {
     $this->target->setOneClickApply($input);
     $this->assertEquals($expected, $this->target->getOneClickApply());
 }