mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Disable integration tests until they are improved (#242)
This commit is contained in:
parent
d12ea9f456
commit
751770d32c
@ -33,8 +33,8 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vendor/bin/phpunit --testsuite unit && vendor/bin/phpunit --testsuite functional",
|
"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-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">
|
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
|
||||||
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite>
|
<testsuite name="all">
|
||||||
<directory>tests</directory>
|
<directory>tests</directory>
|
||||||
|
<exclude>tests/Integration</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
<testsuite name="unit">
|
<testsuite name="unit">
|
||||||
|
Loading…
Reference in New Issue
Block a user