Example #1
0
 /**
  * @param $input
  * @param $expected
  * @dataProvider providerSetGetApplicationStatus
  */
 public function testSetGetStatus($input, $expected)
 {
     $this->target->setStatus($input);
     $this->assertEquals($this->target->getStatus(), $expected);
 }