File tree 5 files changed +0
-7
lines changed
tests/Integration/Feature/Ping
5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace Smsapi \Client \Feature \Contacts \Groups ;
6
6
7
- use Smsapi \Client \Feature \Contacts \Groups \Bag \FindGroupsBag ;
8
7
use Smsapi \Client \Feature \Data \DataFactoryProvider ;
9
8
use Smsapi \Client \Infrastructure \RequestExecutor \RestRequestExecutor ;
10
9
use Smsapi \Client \Feature \Contacts \Data \ContactGroup ;
Original file line number Diff line number Diff line change 11
11
use Smsapi \Client \Feature \Sms \Bag \SendSmssBag ;
12
12
use Smsapi \Client \Feature \Sms \Bag \SendSmsToGroupBag ;
13
13
use Smsapi \Client \Feature \Sms \Data \Sms ;
14
- use Smsapi \Client \Feature \Mfa \MfaFeature ;
15
14
use Smsapi \Client \Feature \Sms \Sendernames \SendernamesFeature ;
16
15
17
16
/**
Original file line number Diff line number Diff line change 13
13
use Smsapi \Client \Feature \Sms \Bag \SendSmssBag ;
14
14
use Smsapi \Client \Feature \Sms \Bag \SendSmsToGroupBag ;
15
15
use Smsapi \Client \Feature \Sms \Data \Sms ;
16
- use Smsapi \Client \Feature \Mfa \MfaFeature ;
17
- use Smsapi \Client \Feature \Mfa \MfaHttpFeature ;
18
16
use Smsapi \Client \Feature \Sms \Sendernames \SendernamesFeature ;
19
17
use Smsapi \Client \Feature \Sms \Sendernames \SendernamesHttpFeature ;
20
18
use Smsapi \Client \Infrastructure \RequestExecutor \RequestExecutorFactory ;
Original file line number Diff line number Diff line change 8
8
use Smsapi \Client \Feature \Data \DataFactoryProvider ;
9
9
use Smsapi \Client \Feature \Profile \ProfileFeature ;
10
10
use Smsapi \Client \Feature \Profile \ProfileHttpFeature ;
11
- use Smsapi \Client \Feature \Profile \SmsapiPlProfileFeature ;
12
- use Smsapi \Client \Feature \Profile \SmsapiPlProfileHttpFeature ;
13
11
use Smsapi \Client \Infrastructure \RequestExecutor \RequestExecutorFactory ;
14
12
15
13
/**
Original file line number Diff line number Diff line change 3
3
4
4
namespace Smsapi \Client \Tests \Integration \Feature \Ping ;
5
5
6
- use Smsapi \Client \Feature \Ping \Data \Ping ;
7
6
use Smsapi \Client \Tests \SmsapiClientIntegrationTestCase ;
8
7
9
8
class PingFeatureTest extends SmsapiClientIntegrationTestCase
You can’t perform that action at this time.
0 commit comments