Пример #1
0
 /**
  * Test autoexit.
  *
  * @return void
  *
  * @since  2.0
  */
 public function testSetAutoExit()
 {
     $this->instance->setAutoExit(true);
     $this->assertEquals(true, TestHelper::getValue($this->instance, 'autoExit'), 'Auto exit need to be TRUE');
     $this->instance->setAutoExit(false);
 }