File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace SilverStripe \Omnipay \Tests \Extension ;
3
+ namespace SilverStripe \Omnipay \Tests \Extensions ;
4
4
5
5
use SilverStripe \Core \Extension ;
6
6
use SilverStripe \Dev \TestOnly ;
Original file line number Diff line number Diff line change 2
2
3
3
namespace SilverStripe \Omnipay \Tests ;
4
4
5
- use SilverStripe \Omnipay \GatewayInfo ;
6
- use SilverStripe \Omnipay \Service \ServiceFactory ;
7
- use SilverStripe \Omnipay \Service \CaptureService ;
5
+ use SilverStripe \Core \Config \Config ;
8
6
use SilverStripe \Omnipay \Exception \InvalidConfigurationException ;
7
+ use SilverStripe \Omnipay \GatewayInfo ;
9
8
use SilverStripe \Omnipay \Model \Payment ;
10
- use SilverStripe \Core \Config \Config ;
11
- use SilverStripe \Omnipay \Tests \Extension \ServiceFactoryTestExtensionTwo ;
9
+ use SilverStripe \Omnipay \Service \ServiceFactory ;
12
10
use SilverStripe \Omnipay \Tests \Extensions \ServiceFactoryTestExtension ;
11
+ use SilverStripe \Omnipay \Tests \Extensions \ServiceFactoryTestExtensionTwo ;
13
12
use SilverStripe \Omnipay \Tests \Service \ServiceFactoryTestService ;
14
13
15
14
class ServiceFactoryTest extends PaymentTest
You can’t perform that action at this time.
0 commit comments