Пример #1
0
 public function tearDown()
 {
     fclose($this->_sockets[0]);
     fclose($this->_sockets[1]);
     parent::tearDown();
 }
Пример #2
0
 public function setUp()
 {
     parent::setUp();
     \Erebot\Patches::patch();
     $this->_translator = new \Erebot\Intl('Erebot\\Core');
 }