forked from laravel/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.3] Fail-safing Queue's Predis/Redis Unit Tests & Move to phpunit.x…
…ml.dist (laravel#14696) * Refactored testing setup: - renamed phpunit.xml to phpunit.xml.dist (supported by phpunit) - added phpunit.xml to the .gitignore - added commented out redis configuration - Redis based tests are skipped when configuration not present * - Added default parameter/connection checking to Queue's Redis integration tests - Failsafe skipping for default connection - Added connection timeout of .5s for Predis * Style fixes
- Loading branch information
1 parent
bd57f57
commit bfca5c9
Showing
3 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ composer.lock | |
.php_cs.cache | ||
.DS_Store | ||
Thumbs.db | ||
/phpunit.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters