This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-20
lines changed Expand file tree Collapse file tree 6 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 68
68
"cache/redis-adapter" : " For usage of a redis server to store the client access token" ,
69
69
"cache/doctrine-adapter" : " For usage of a doctrine cache instance to store the client access token"
70
70
},
71
- "scripts" : {
72
- "updateConfig" : [
73
- " Incenteev\\ ParameterHandler\\ ScriptHandler::buildParameters"
74
- ],
75
- "post-update-cmd" : " @updateConfig" ,
76
- "post-install-cmd" : " @updateConfig"
77
- },
78
71
"extra" : {
79
72
"branch-alias" : {
80
73
"dev-develop" : " 2.8-dev"
Original file line number Diff line number Diff line change 3
3
* @author @jenschude <jens.schulze@commercetools.de>
4
4
*/
5
5
6
- namespace Commercetools \Core \IntegrationTests \ Project ;
6
+ namespace Commercetools \Core \IntegrationTests ;
7
7
8
8
use Commercetools \Core \Fixtures \FooHandler ;
9
- use Commercetools \Core \IntegrationTests \ApiTestCase ;
10
9
use Commercetools \Core \Client ;
11
10
use Commercetools \Core \Helper \CorrelationIdProvider ;
12
11
use Commercetools \Core \Helper \DefaultCorrelationIdProvider ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
*/
4
4
5
- namespace Commercetools \Core \IntegrationTests \Order ;
5
+ namespace Commercetools \Core \IntegrationTests \OrderEdit ;
6
6
7
7
use Commercetools \Core \Builder \Request \RequestBuilder ;
8
- use Commercetools \Core \IntegrationTests \OrderEdit \ OrderEditFixture ;
8
+ use Commercetools \Core \IntegrationTests \Order \ OrderQueryRequestTest ;
9
9
use Commercetools \Core \IntegrationTests \ShippingMethod \ShippingMethodFixture ;
10
10
use Commercetools \Core \Model \OrderEdit \OrderEdit ;
11
11
use Commercetools \Core \Model \ShippingMethod \ShippingMethod ;
Original file line number Diff line number Diff line change 3
3
* @author @jenschude <jens.schulze@commercetools.de>
4
4
*/
5
5
6
- namespace Commercetools \Core \Builder \Request ;
7
-
6
+ namespace Commercetools \Core \Builder \Update ;
8
7
9
8
use Commercetools \Core \Builder \Update \ActionBuilder ;
10
9
use Commercetools \Core \Request \AbstractAction ;
Original file line number Diff line number Diff line change 4
4
* @created: 29.01.15, 12:24
5
5
*/
6
6
7
- namespace Commercetools \Core \Model \Type ;
7
+ namespace Commercetools \Core \Model \Common ;
8
8
9
9
use InvalidArgumentException ;
10
10
use BadMethodCallException ;
11
- use Commercetools \Core \Model \Common \DateTimeDecorator ;
12
- use Commercetools \Core \Model \Common \JsonObject ;
13
- use Commercetools \Core \Model \Common \LocalizedString ;
14
11
use Commercetools \Core \Model \ProductType \AttributeDefinition ;
15
12
use Commercetools \Core \Model \ProductType \AttributeDefinitionCollection ;
16
13
use Commercetools \Core \Model \ProductType \ProductTypeDraft ;
Original file line number Diff line number Diff line change 4
4
* @created: 29.01.15, 12:29
5
5
*/
6
6
7
- namespace Commercetools \Core \Model \Type ;
7
+ namespace Commercetools \Core \Model \Common ;
8
8
9
- use Commercetools \Core \Model \Common \Reference ;
10
9
use Commercetools \Core \Model \Product \Product ;
11
10
use Commercetools \Core \Model \ProductType \ProductType ;
12
- use Commercetools \Core \Model \ProductType \ProductTypeReference ;
13
11
14
12
class ReferenceTest extends \PHPUnit \Framework \TestCase
15
13
{
You can’t perform that action at this time.
0 commit comments