Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Removes unnecessary package. Fixes styling on phpunit xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpaul committed Sep 19, 2019
1 parent 62623ce commit 5c74feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"require-dev": {
"phpunit/phpunit": "~5.0",
"mockery/mockery": "~0.9",
"phpunit/php-code-coverage": "^4.0",
"symfony/var-dumper": "^3.1",
"fzaninotto/faker": "^1.6",
"squizlabs/php_codesniffer": "^2.7"
Expand Down
5 changes: 2 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
Expand All @@ -10,8 +10,7 @@
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
verbose="true">
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix="Test.php">./tests/</directory>
Expand Down

0 comments on commit 5c74feb

Please sign in to comment.