Skip to content

Commit

Permalink
Update for PHPUnit 6.x/DBUnit (#19)
Browse files Browse the repository at this point in the history
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
NoodlesNZ authored and jgedarovich committed Mar 19, 2018
1 parent 08fbbd2 commit a390cac
Show file tree
Hide file tree
Showing 43 changed files with 1,187 additions and 1,113 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
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 PHPUnit/Extensions/MockObject/Stub/ReturnMapping/Entry.php

This file was deleted.

69 changes: 0 additions & 69 deletions PHPUnit/Extensions/Mockery/TestCase.php

This file was deleted.

85 changes: 0 additions & 85 deletions Tests/Extensions/Assert/MoreTest.php

This file was deleted.

24 changes: 0 additions & 24 deletions Tests/Extensions/Constraint/ArrayEqualsNoOrderTest.php

This file was deleted.

117 changes: 0 additions & 117 deletions Tests/Extensions/Constraint/ArrayHasKeyValuePairTest.php

This file was deleted.

Loading

0 comments on commit a390cac

Please sign in to comment.