mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
Disable integration tests until they are improved (#242)
This commit is contained in:
parent
d12ea9f456
commit
751770d32c
@ -33,8 +33,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit --testsuite unit && vendor/bin/phpunit --testsuite functional",
|
||||
"test-all": "vendor/bin/phpunit",
|
||||
"test-all": "vendor/bin/phpunit --testsuite all",
|
||||
"test-integration": "vendor/bin/phpunit --testsuite integration",
|
||||
"test-coverage": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
|
||||
"test-coverage": "vendor/bin/phpunit --testsuite all --coverage-text --coverage-clover=build/coverage.xml"
|
||||
}
|
||||
}
|
||||
|
@ -10,8 +10,9 @@
|
||||
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
|
||||
|
||||
<testsuites>
|
||||
<testsuite>
|
||||
<testsuite name="all">
|
||||
<directory>tests</directory>
|
||||
<exclude>tests/Integration</exclude>
|
||||
</testsuite>
|
||||
|
||||
<testsuite name="unit">
|
||||
|
Loading…
Reference in New Issue
Block a user