Skip to content

Commit

Permalink
Merge pull request #1 from mrprompt/development
Browse files Browse the repository at this point in the history
Remove external validator and refactoring
  • Loading branch information
mrprompt authored Dec 2, 2018
2 parents 4002265 + ca2ffe3 commit 4a83916
Show file tree
Hide file tree
Showing 72 changed files with 157 additions and 6,412 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
],
"require": {
"php" : "^7.1",
"respect/validation" : "^1.1.12",
"andersondanilo/cnab_php" : "~1.3.10"
"andersondanilo/cnab_php" : "~1.3.10",
"mrprompt/shipmentcommon" : "^2.0.3"
},
"require-dev": {
"phpunit/phpunit": "^6.1.3",
Expand Down
174 changes: 54 additions & 120 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
bootstrap="./vendor/autoload.php" colors="true" backupGlobals="false"
backupStaticAttributes="false" verbose="true"
stopOnError="true" stopOnFailure="false" stopOnIncomplete="true" stopOnSkipped="true">
backupStaticAttributes="false" verbose="true">
<php>
<const name="APPLICATION_ENV" value="testing"/>
</php>
Expand All @@ -16,17 +15,12 @@
<testsuite name="Received">
<directory>./tests/Received</directory>
</testsuite>

<testsuite name="Common">
<directory>./tests/Common</directory>
</testsuite>
</testsuites>

<filter>
<blacklist>
<directory suffix=".php">./vendor</directory>
<directory suffix=".php">./samples</directory>
<directory suffix=".php">./src/Common/Base/Type</directory>
</blacklist>

<whitelist processUncoveredFilesFromWhitelist="true">
Expand Down
Loading

0 comments on commit 4a83916

Please sign in to comment.