1616 * You should have received a copy of the GNU Lesser General Public License along
1717 * with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
1818 */
19- namespace BigBlueButton ;
19+ namespace BigBlueButton \ Tests \ Functional ;
2020
21+ use BigBlueButton \BigBlueButton ;
2122use BigBlueButton \Http \Transport \TransportInterface ;
2223use BigBlueButton \Parameters \DeleteRecordingsParameters ;
2324use BigBlueButton \Parameters \EndMeetingParameters ;
2627use BigBlueButton \Parameters \IsMeetingRunningParameters ;
2728use BigBlueButton \Parameters \JoinMeetingParameters ;
2829use BigBlueButton \Parameters \PublishRecordingsParameters ;
30+ use BigBlueButton \TestCase ;
2931
3032/**
3133 * Class BigBlueButtonIntegrationTest
3234 * @package BigBlueButton
3335 */
34- abstract class AbstractBigBlueButtonIntegrationTest extends TestCase
36+ abstract class AbstractBigBlueButtonFunctionalTest extends TestCase
3537{
3638 /**
3739 * @var BigBlueButton
@@ -200,7 +202,7 @@ public function testJoinMeeting()
200202 /* Get Default Config XML */
201203
202204 /**
203- * @group integration -legacy
205+ * @group functional -legacy
204206 */
205207 public function testGetDefaultConfigXML ()
206208 {
@@ -209,7 +211,7 @@ public function testGetDefaultConfigXML()
209211 }
210212
211213 /**
212- * @group integration -legacy
214+ * @group functional -legacy
213215 */
214216 public function testSetConfigXML ()
215217 {
0 commit comments