File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : php
2
+ php :
3
+ - " 5.5"
4
+ - " 5.4"
5
+ - " 5.3"
6
+ install :
7
+ - composer install
Original file line number Diff line number Diff line change 84
84
"post-create-project-cmd" : [" rm README.md LICENSE" ]
85
85
},
86
86
"config" : {
87
- "vendor-dir" : " sites/all/ vendor"
87
+ "vendor-dir" : " vendor"
88
88
},
89
89
"extra" : {
90
90
"installer-paths" : {
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.1/phpunit.xsd"
5
+ backupGlobals =" false"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ verbose =" true"
9
+ >
10
+ <testsuites >
11
+ <testsuite name =" drupal-composer-project tests" >
12
+ <directory >./test/</directory >
13
+ </testsuite >
14
+ </testsuites >
15
+ </phpunit >
You can’t perform that action at this time.
0 commit comments