mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge 3.2 into 3.3
This commit is contained in:
commit
0a3570808a
@ -10,7 +10,8 @@
|
||||
"silverstripe-themes/simple": "3.1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7"
|
||||
"ext-tidy": "*",
|
||||
"phpunit/PHPUnit": "~3.7@stable"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
@ -22,6 +22,7 @@
|
||||
<directory>mysite/tests</directory>
|
||||
<directory>cms/tests</directory>
|
||||
<directory>framework/tests</directory>
|
||||
<directory>framework/admin/tests</directory>
|
||||
</testsuite>
|
||||
|
||||
<listeners>
|
||||
@ -33,4 +34,4 @@
|
||||
<group>sanitychecks</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
Loading…
Reference in New Issue
Block a user