-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and clean up for PHPUnit 6.x and DBUnit 3.x. Fix risky tests Move files into a dir structure based on php-pds/skeleton Add phpunit.xml and travis ci config Remove Mockery for now until it supports PHPUnit 6.x
- Loading branch information
1 parent
08fbbd2
commit a390cac
Showing
43 changed files
with
1,187 additions
and
1,113 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
language: php | ||
|
||
php: | ||
- 7.1 | ||
- 7.2 | ||
- nightly | ||
|
||
env: | ||
global: | ||
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest" | ||
|
||
sudo: false | ||
|
||
before_install: | ||
- composer clear-cache | ||
|
||
install: | ||
- travis_retry composer update $DEFAULT_COMPOSER_FLAGS | ||
|
||
script: | ||
- ./vendor/bin/phpunit | ||
|
||
notifications: | ||
email: false |
31 changes: 0 additions & 31 deletions
31
PHPUnit/Extensions/MockObject/Stub/ReturnMapping/Entry.php
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
117 changes: 0 additions & 117 deletions
117
Tests/Extensions/Constraint/ArrayHasKeyValuePairTest.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.