Skip to content

Commit b8822c6

Browse files
committed
Move to src dir
1 parent 8735c73 commit b8822c6

File tree

380 files changed

+54
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+54
-59
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/Tests export-ignore
1+
/tests export-ignore
22
.gitattributes export-ignore
33
.gitignore export-ignore
44
.editorconfig export-ignore

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ build:
88

99
filter:
1010
excluded_paths:
11-
- "Tests/"
11+
- "tests/"

README.md

+45-45

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
],
1313
"autoload": {
1414
"psr-4": {
15-
"Overblog\\GraphQLBundle\\": ""
16-
},
17-
"exclude-from-classmap": [
18-
"/Tests/"
19-
]
15+
"Overblog\\GraphQLBundle\\": "src"
16+
}
2017
},
2118
"autoload-dev": {
19+
"psr-4": {
20+
"Overblog\\GraphQLBundle\\Tests\\": "tests"
21+
},
2222
"files": [
2323
"vendor/overblog/graphql-php-generator/tests/DateTimeType.php",
2424
"vendor/overblog/graphql-php-generator/tests/Resolver.php"

phpunit.xml.dist

+2-7
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,13 @@
1313
>
1414
<testsuites>
1515
<testsuite name="OverblogGraphQLBundle Test Suite">
16-
<directory>./Tests/</directory>
16+
<directory>./tests/</directory>
1717
</testsuite>
1818
</testsuites>
1919

2020
<filter>
2121
<whitelist>
22-
<directory>./</directory>
23-
<exclude>
24-
<directory>./Resources</directory>
25-
<directory>./Tests</directory>
26-
<directory>./vendor</directory>
27-
</exclude>
22+
<directory>./src</directory>
2823
</whitelist>
2924
</filter>
3025

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.
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 commit comments

Comments
 (0)