Skip to content

Commit

Permalink
Reorganize classes into src/ and tests/ folders
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 30, 2018
1 parent 9003552 commit b03280f
Show file tree
Hide file tree
Showing 53 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"autoload": {
"psr-4": {
"WBW\\Library\\SMSMode\\": ""
"WBW\\Library\\SMSMode\\": "src/"
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {
"WBW\\Library\\SMSMode\\Tests\\": "Tests/"
"WBW\\Library\\SMSMode\\Tests\\": "tests/"
}
},
"config": {
Expand Down
7 changes: 3 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.7/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="Tests/bootstrap.php"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand All @@ -14,17 +14,16 @@
syntaxCheck="false">
<filter>
<whitelist>
<directory>./</directory>
<directory>./src</directory>
<exclude>
<directory>Resources</directory>
<directory>Tests</directory>
<directory>vendor</directory>
</exclude>
</whitelist>
</filter>
<testsuites>
<testsuite name="webeweb/smsmode-library">
<directory>./Tests</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b03280f

Please sign in to comment.