Skip to content

Commit

Permalink
Deleted unneeded PHPUnit config files.
Browse files Browse the repository at this point in the history
Updated composer.json to remove PHPUnit from required-dev section.
Switched to regular PHPSpec for now at least until I can update my LoSpec for changes and updates. Still find snake_case stupid.
  • Loading branch information
Dragonrun1 committed Jul 22, 2016
1 parent 2720596 commit e69d798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -39,10 +39,10 @@
"php": ">7.0,<7.2"
},
"require-dev": {
"dragonrun1/phpspec": "2.1.2",
"henrikbjorn/phpspec-code-coverage": "1.0.1",
"phpspec/nyan-formatters": "1.0.1",
"phpunit/phpunit": "<5.2",
"henrikbjorn/phpspec-code-coverage": "~2.1",
"phpspec/nyan-formatters": "~1.0.0",
"phpspec/phpspec": "~2.5",
"phpunit/php-code-coverage": "~3.0",
"satooshi/php-coveralls": "dev-master"
},
"replace": {
Expand Down
27 changes: 0 additions & 27 deletions phpunit.xml.dist

This file was deleted.

20 changes: 0 additions & 20 deletions phpunit_coverage.xml

This file was deleted.

0 comments on commit e69d798

Please sign in to comment.