Skip to content

Commit

Permalink
Merge pull request #121 from bunq/optimise_test_framework_bunq/sdk_ph…
Browse files Browse the repository at this point in the history
…p#120

Optimise test framework #120
  • Loading branch information
OGKevin authored Apr 3, 2018
2 parents fe17923 + 4385389 commit de3ba20
Show file tree
Hide file tree
Showing 29 changed files with 277 additions and 1,581 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@
}
},
"require-dev": {
"brianium/paratest": "^1.1",
"friendsofphp/php-cs-fixer": "^2.4",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phpro/grumphp": "^0.11.6",
"phpstan/phpstan": "^0.8",
"phpunit/phpunit": "^5.7",
"sensiolabs/security-checker": "^4.1",
"sebastian/phpcpd": "^3.0"
"phpunit/phpunit": "^6.0.13",
"sebastian/phpcpd": "^3.0",
"sensiolabs/security-checker": "^4.1"
},
"bin": [
"bin/bunq-install"
Expand Down
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
cacheTokens="false">
<testsuites>
<testsuite name="ParaTest Fixtures">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Test Suite">
<directory>./tests</directory>
Expand Down
73 changes: 0 additions & 73 deletions test/BunqSdkTestBase.php

This file was deleted.

124 changes: 0 additions & 124 deletions test/JsonParserTest.php

This file was deleted.

74 changes: 0 additions & 74 deletions test/Model/Generated/AttachmentPublicTest.php

This file was deleted.

85 changes: 0 additions & 85 deletions test/Model/Generated/AvatarTest.php

This file was deleted.

Loading

0 comments on commit de3ba20

Please sign in to comment.