reset() public static method

public static reset ( $translator = null )
Beispiel #1
0
 /**
  * @tearDown
  */
 protected function tearDown()
 {
     Config::clearProperty('language');
     I18n::reset();
 }