File tree Expand file tree Collapse file tree 5 files changed +125
-116
lines changed Expand file tree Collapse file tree 5 files changed +125
-116
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ before_script:
41
41
- bin/console doctrine:phpcr:workspace:create sandbox_test -e=test
42
42
- bin/console doctrine:phpcr:repository:init -e=test
43
43
44
- script : phpunit
44
+ script : vendor/bin/simple- phpunit
45
45
46
46
notifications :
47
47
irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ cmf_sonata_phpcr_admin_integration:
136
136
seo : ~
137
137
menu : ~
138
138
core : ~
139
- content : ~
139
+ content :
140
+ ivory_ckeditor :
141
+ config_name : cmf_sonata_phpcr_admin_integration
140
142
block :
141
143
basepath : /cms/content
142
144
menu_basepath : /cms/content
@@ -280,7 +282,7 @@ sonata_seo:
280
282
281
283
ivory_ck_editor :
282
284
configs :
283
- cmf_content : { toolbar: standard }
285
+ cmf_sonata_phpcr_admin_integration : { toolbar: standard }
284
286
285
287
sensio_framework_extra :
286
288
router : { annotations: true }
Original file line number Diff line number Diff line change 41
41
"doctrine/phpcr-odm" : " ^1.4" ,
42
42
43
43
"sonata-project/cache-bundle" : " ^2.1" ,
44
- "sonata-project/translation-bundle" : " ^2 .0" ,
44
+ "sonata-project/translation-bundle" : " 2.1 .0" ,
45
45
"sonata-project/doctrine-phpcr-admin-bundle" : " ^2.0@dev" ,
46
46
47
47
"jms/serializer-bundle" : " ^1.1" ,
54
54
"require-dev" : {
55
55
"sensio/generator-bundle" : " ^3.0" ,
56
56
"liip/functional-test-bundle" : " ^1.3" ,
57
- "symfony-cmf/testing" : " ^2.0"
57
+ "symfony-cmf/testing" : " ^2.0" ,
58
+ "symfony/phpunit-bridge" : " ^3.2"
58
59
},
59
60
"minimum-stability" : " RC" ,
60
61
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments