Exemple #1
0
 /**
  * @testdox      Allows setting and getting the mode
  * @dataProvider provideModeTestData
  *
  * @param string $mode
  */
 public function testSettingAndGettingMode($mode)
 {
     $this->target->setMode($mode);
     $this->assertEquals($mode, $this->target->getMode());
 }