Пример #1
0
 protected function tearDown()
 {
     parent::tearDown();
     if (self::$db instanceof \phpbb\db\driver\driver_interface) {
         // Close the database connections again this test
         self::$db->sql_close();
     }
 }