use :vendor placeholder

to make the package more useful for general use, replace references to
`thephpleague` and `league` with `:vendor`.
This commit is contained in:
Andrew 2015-11-27 16:08:09 -06:00
commit d048eb97f8
4 changed files with 20 additions and 20 deletions

View file

@ -10,7 +10,7 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="League Test Suite">
<testsuite name=":vendor Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>