Skip to content

Commit

Permalink
Move tests to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentClair committed Mar 24, 2016
1 parent af519a3 commit d77d547
Show file tree
Hide file tree
Showing 30 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
format: 'php-clover'
filter:
excluded_paths:
- src/Test/*
- tests/*
coding_style:
php:
indentation:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
],
"autoload" : {
"psr-4" : {
"Inneair\\TransactionBundle\\Test\\" : "tests/",
"Inneair\\TransactionBundle\\" : "src/"
}
},
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<testsuites>
<testsuite name="Inneair Transaction bundle test suite">
<directory>src/Test</directory>
<directory>tests</directory>
</testsuite>
</testsuites>

Expand All @@ -23,7 +23,6 @@
<directory>src</directory>
<exclude>
<directory>src/Resources</directory>
<directory>src/Test</directory>
</exclude>
</whitelist>
</filter>
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sonar.language=php
sonar.projectBaseDir=.
sonar.sources=src
sonar.phpUnit.configuration=phpunit.xml
sonar.exclusions=src/Test/**/*
sonar.tests=src/Test
sonar.exclusions=tests/**/*
sonar.tests=tests
sonar.php.tests.reportPath=reports/phpunit.xml
sonar.php.coverage.reportPath=reports/phpunit.coverage.xml
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 d77d547

Please sign in to comment.