コード例 #1
0
ファイル: identdTest.php プロジェクト: erebot/erebot
 public function tearDown()
 {
     fclose($this->_sockets[0]);
     fclose($this->_sockets[1]);
     parent::tearDown();
 }
コード例 #2
0
ファイル: configTest.php プロジェクト: erebot/erebot
 public function setUp()
 {
     parent::setUp();
     \Erebot\Patches::patch();
     $this->_translator = new \Erebot\Intl('Erebot\\Core');
 }