mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
Merge pull request #10 from stof/improve_phpunit
Improve the PHPUnit setup
This commit is contained in:
commit
9d21650009
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ node_modules
|
|||||||
vendor
|
vendor
|
||||||
composer.lock
|
composer.lock
|
||||||
composer.phar
|
composer.phar
|
||||||
|
/phpunit.xml
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"psr-4": {"Ovh\\": "src/"}
|
"psr-4": {"Ovh\\": "src/"}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.0.*",
|
"phpunit/phpunit": "4.*",
|
||||||
"phpdocumentor/phpdocumentor": "2.*",
|
"phpdocumentor/phpdocumentor": "2.*",
|
||||||
"squizlabs/php_codesniffer": "1.*"
|
"squizlabs/php_codesniffer": "1.*"
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,9 @@
|
|||||||
<env name="APP_SECRET" value=""/>
|
<env name="APP_SECRET" value=""/>
|
||||||
<env name="CONSUMER" value=""/>
|
<env name="CONSUMER" value=""/>
|
||||||
</php>
|
</php>
|
||||||
|
<filter>
|
||||||
|
<whitelist>
|
||||||
|
<directory>src</directory>
|
||||||
|
</whitelist>
|
||||||
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
Loading…
Reference in New Issue
Block a user