Skip to content

Commit

Permalink
Merge pull request #2 from ns3777k/psr-4
Browse files Browse the repository at this point in the history
psr-4
  • Loading branch information
ns3777k authored Mar 11, 2020
2 parents fb42bc5 + ed6fa40 commit c3c3d8a
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 12 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Ns3777k\\PrometheusBundle\\": "src/Ns3777k/PrometheusBundle/"
},
"exclude-from-classmap": [
"**/Tests/"
]
"Ns3777k\\PrometheusBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ns3777k\\PrometheusBundle\\Tests\\": "tests/"
}
},
"authors": [
{
Expand Down
9 changes: 2 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
bootstrap="vendor/autoload.php">

<php>
<ini name="error_reporting" value="-1" />
</php>

<testsuites>
<testsuite name="Ns3777kPrometheusBundle Test Suite">
<directory>./src/Ns3777k/PrometheusBundle/Tests</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>

Expand All @@ -22,11 +21,7 @@

<filter>
<whitelist>
<directory>.</directory>
<exclude>
<directory>./src/Ns3777k/PrometheusBundle/Tests</directory>
<directory>./vendor</directory>
</exclude>
<directory>src/</directory>
</whitelist>
</filter>
</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.

0 comments on commit c3c3d8a

Please sign in to comment.